wujingjing
2025-04-10 b9d28bd6af15026741099c25a6e72fe947ad3772
vite.config.ts
@@ -57,7 +57,7 @@
         host: '0.0.0.0',
         port: env.VITE_PORT as unknown as number,
         open: JSON.parse(env.VITE_OPEN),
         hmr: true,
         hmr: false,
         proxy: {
            '/events': {
               target: 'http://localhost:3000',