diff --git a/vite.config.ts b/vite.config.ts index 9ffcc67..cf4d985 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -3,4 +3,7 @@ import react from '@vitejs/plugin-react' export default defineConfig({ plugins: [react()], + server: { + host: '0.0.0.0', + }, })