@joystick.js/cli-canary 0.0.0-canary.15 → 0.0.0-canary.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -658,7 +658,7 @@ import dev from "../../lib/dev/index.js";
|
|
|
658
658
|
|
|
659
659
|
export default async (args = {}, options = {}) => {
|
|
660
660
|
await dev({
|
|
661
|
-
environment:
|
|
661
|
+
environment: args?.environment || 'development',
|
|
662
662
|
process,
|
|
663
663
|
});
|
|
664
664
|
// process.loader = new Loader({ defaultMessage: "Starting app..." });
|