1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-12 09:15:53 +00:00

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, ws,
}, },
}, },
host: true,
}, },
}; };
}); });