We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf2ed3 commit fb53608Copy full SHA for fb53608
1 file changed
lib/utils/cordova.js
@@ -342,6 +342,7 @@ function startAppScriptsServer(argv) {
342
'--port', options.port,
343
'--address', options.address,
344
'--liveReloadPort', options.liveReloadPort,
345
+ '--iscordovaserve',
346
'--nobrowser'
347
]
348
.concat(options.consolelogs ? '--consolelogs' : [])
0 commit comments