We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4521d commit 39fa06bCopy full SHA for 39fa06b
bin/index.js
@@ -23,7 +23,7 @@ program
23
.option("--app-uri <appUri>", "set APP uri", `http://localhost:${APP_PORT}`)
24
.option("--host <host>", "set host address", "0.0.0.0")
25
.option("--port <port>", "set port value", EMU_PORT)
26
- .option("--verbose", "show more logs", false)
+ .option("--verbose", "show debug logs", false)
27
.option("--build", "build the API and APP before starting the emulator", false)
28
.option("--ui", "enable dashboard UI", false)
29
.parse(process.argv);
0 commit comments