1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-07 15:03:37 +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,
},
},
host: true,
},
};
});