Skip to content

Commit

Permalink
feat(wb): refer to HOST environment variable when opening browser (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
reminjp authored Jan 16, 2024
1 parent 579595c commit 5c0f10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wb/src/scripts/execution/baseExecutionScripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ export abstract class BaseExecutionScripts {
project,
argv,
port
)} || wait-on http://127.0.0.1:${port} && open-cli http://localhost:${port}`;
)} || wait-on http://127.0.0.1:${port} && open-cli "http://\${HOST:-localhost}:${port}"`;
}
}

0 comments on commit 5c0f10b

Please sign in to comment.