diff --git a/cli/js/net.ts b/cli/js/net.ts index 6ba93dd2966f33..0c40cceae37a98 100644 --- a/cli/js/net.ts +++ b/cli/js/net.ts @@ -151,7 +151,7 @@ export function listen( export function listen(options: ListenOptions): Listener { const res = netOps.listen({ transport: "tcp", - hostname: "127.0.0.1", + hostname: "0.0.0.0", ...(options as ListenOptions), });