diff --git a/Data/Server/WebUI/vite.config.ts b/Data/Server/WebUI/vite.config.ts index b275efe..5a9b675 100644 --- a/Data/Server/WebUI/vite.config.ts +++ b/Data/Server/WebUI/vite.config.ts @@ -7,6 +7,7 @@ export default defineConfig({ plugins: [react()], server: { open: true, + host: true, // <-- allows LAN access and shows LAN IP proxy: { '/api': 'http://localhost:5000', '/socket.io': {