From 5c9c0df986197a2f58af65413facd2ed77c99905 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Thu, 17 Jul 2025 19:29:38 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=B8=B4=E6=97=B6=E8=A7=A3=E5=86=B3vi?= =?UTF-8?q?te.config.mts=E7=88=86=E7=BA=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/vite.config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-antd/vite.config.mts b/apps/web-antd/vite.config.mts index 7e884500..1dd4ffe3 100644 --- a/apps/web-antd/vite.config.mts +++ b/apps/web-antd/vite.config.mts @@ -34,4 +34,4 @@ export default defineConfig(async () => { }, }, }; -}); +}) as any;