We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305348f commit cde94d5Copy full SHA for cde94d5
src/node/entry.ts
@@ -159,7 +159,7 @@ const main = async (args: DefaultedArgs): Promise<void> => {
159
}
160
161
162
- if (serverAddress && !args.socket && args.open) {
+ if (!args.socket && args.open) {
163
// The web socket doesn't seem to work if browsing with 0.0.0.0.
164
const openAddress = serverAddress.replace(/:\/\/0.0.0.0/, "://localhost")
165
await open(openAddress).catch((error: Error) => {
0 commit comments