no log: expose vite web server on other IP than localhost

pull/1783/head
morpheus65535 3 years ago
parent 55399380ad
commit 3fe58ef673

@ -53,6 +53,7 @@ export default defineConfig(async ({ mode, command }) => {
ws, ws,
}, },
}, },
host: true,
}, },
}; };
}); });

Loading…
Cancel
Save