Skip to content

Commit 234d090

Browse files
committed
fix wsEndpoint
1 parent de6a58f commit 234d090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/playwright-browser-tunnel/src/PlaywrightBrowserTunnelCommandLine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class PlaywrightBrowserTunnelCommandLine extends CommandLineParser {
3131
mode: 'poll-connection',
3232
onStatusChange: (status) => this._globalTerminal.writeLine(`Tunnel status: ${status}`),
3333
tmpPath: '/tmp/playwright-browser-tunnel',
34-
wsEndpoint: 'ws://localhost:3000'
34+
wsEndpoint: 'ws://127.0.0.1:3000'
3535
});
3636

3737
let isShuttingDown: boolean = false;

0 commit comments

Comments
 (0)