From af0057940a27ce6836432e5ac8e87e832ec6668b Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 18 Jan 2026 17:04:03 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=A2=9E=E5=8A=A0=20allowedHosts?= =?UTF-8?q?=20=E5=8F=98=E9=87=8F=EF=BC=8C=E5=85=81=E8=AE=B8=20natapp=20?= =?UTF-8?q?=E8=BD=AC=E5=8F=91=EF=BC=8C=E5=AF=B9=E5=BA=94=20https://t.zsxq.?= =?UTF-8?q?com/kSg2A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/vite.config.mts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web-antd/vite.config.mts b/apps/web-antd/vite.config.mts index 71ae65bb5..a75425fb4 100644 --- a/apps/web-antd/vite.config.mts +++ b/apps/web-antd/vite.config.mts @@ -5,6 +5,7 @@ export default defineConfig(async () => { application: {}, vite: { server: { + allowedHosts: true, proxy: { '/admin-api': { changeOrigin: true,