yangyin
2024-12-13 c6cf46f3e11e60f692e0b8d12188458ad1b6120e
vite.config.ts
@@ -45,7 +45,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',