Skip to content

Commit 92f3d05

Browse files
authored
Fix --app-url argument for local #270
1 parent cfeefa7 commit 92f3d05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/cli/local/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export const builder = function(yargs) {
5151
.option('app-url', {
5252
describe: 'Publicly accessible URL to the app unit.'
5353
, type: 'string'
54-
, default: 'http://localhost:5173'
5554
})
5655
.option('auth-options', {
5756
describe: 'JSON array of options to pass to the auth unit.'

0 commit comments

Comments
 (0)