diff --git a/packages/wb/src/scripts/execution/baseExecutionScripts.ts b/packages/wb/src/scripts/execution/baseExecutionScripts.ts index 584d7b36..02712e32 100644 --- a/packages/wb/src/scripts/execution/baseExecutionScripts.ts +++ b/packages/wb/src/scripts/execution/baseExecutionScripts.ts @@ -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}"`; } }