gerson
2024-12-15 ce5294dc22881502c79286f9b726e03d141911a1
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',