From 10c829e62d8f721b91e3284f5b7b8adc3c7b7673 Mon Sep 17 00:00:00 2001 From: Nelson <1475262689@qq.com> Date: Sat, 11 Jul 2026 16:44:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E7=AB=AF=E7=83=AD=E6=9B=B4=E6=96=B0=E8=BF=9E=E6=8E=A5=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ai_knowledge_base_v2/apps/user-client/vite.config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ai_knowledge_base_v2/apps/user-client/vite.config.ts b/ai_knowledge_base_v2/apps/user-client/vite.config.ts index b69b25c..40ebd33 100644 --- a/ai_knowledge_base_v2/apps/user-client/vite.config.ts +++ b/ai_knowledge_base_v2/apps/user-client/vite.config.ts @@ -7,10 +7,6 @@ export default defineConfig({ allowedHosts: ["qa.huiyushuyuan.cn"], port: 5173, host: "0.0.0.0", - hmr: { - protocol: "ws", - clientPort: 80, - }, proxy: { "/api": { target: "http://backend:8100",