yangyin
2024-08-29 4685a4bd93c1fa69afce297fdcd0d4b322d9101e
vite.config.ts
@@ -35,7 +35,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: {
            '/gitee': {
               target: 'https://gitee.com',