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