Skip to content

Commit fb53608

Browse files
committed
fix(run): add flag so that serve has info on when it is serving a cordova app.
1 parent cdf2ed3 commit fb53608

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/utils/cordova.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ function startAppScriptsServer(argv) {
342342
'--port', options.port,
343343
'--address', options.address,
344344
'--liveReloadPort', options.liveReloadPort,
345+
'--iscordovaserve',
345346
'--nobrowser'
346347
]
347348
.concat(options.consolelogs ? '--consolelogs' : [])

0 commit comments

Comments
 (0)