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

This commit is contained in:
morpheus65535 2022-03-28 06:43:56 -04:00
parent 55399380ad
commit 3fe58ef673

View file

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