wujingjing
2025-02-26 08c6ecf506bfc7003894775fe57d98d9b11f3d9e
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: true,
         hmr: false,
         proxy: {
            '/events': {
               target: 'http://localhost:3000',