diff --git a/vite.config.ts b/vite.config.ts index 3b361d96..6f0c0b38 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -57,6 +57,8 @@ export default ({ command, mode }: ConfigEnv): UserConfig => { ], }, server: { + // Listening on all local IPs + host: true, port: VITE_PORT, // Load proxy configuration from .env proxy: createProxy(VITE_PROXY),