Skip to content

Commit

Permalink
Use --host argument instead of --hostname
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Rak <[email protected]>
  • Loading branch information
rak-phillip committed Aug 8, 2023
1 parent f8700fd commit 4f8ecb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions scripts/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class DevRunner extends events.EventEmitter {
'yarn',
'run',
'dev:ui',
'--hostname',
'--host',
'localhost',
'--port',
this.rendererPort.toString(),
Expand All @@ -128,7 +128,6 @@ class DevRunner extends events.EventEmitter {

// Wait for the renderer to finish, so that vue-cli output doesn't
// clobber debugging output.
// Wait for the renderer to finish, so that vue-cli output doesn't clobber debugging output.
const rendererEnv = this.rendererEnv();

const maxRetries = 10;
Expand Down
2 changes: 1 addition & 1 deletion scripts/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class E2ETestRunner extends events.EventEmitter {
'yarn',
'run',
'build:ui',
'--hostname',
'--host',
'localhost',
'--port',
this.rendererPort.toString(),
Expand Down

0 comments on commit 4f8ecb4

Please sign in to comment.