From 0fdc4ebbb5581d21c2a2403fc83388824f44b293 Mon Sep 17 00:00:00 2001 From: huanshuo-W <15258427350@163.com> Date: Sat, 12 Jul 2025 15:52:14 +0800 Subject: [PATCH] =?UTF-8?q?Debug:=20=E4=B8=BAdev=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=9F=BA=E5=9C=B0=E5=9D=80=E7=94=A8=E4=BA=8E?= =?UTF-8?q?=E5=86=85=E9=83=A8=E8=AE=BF=E9=97=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.mts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.mts b/vite.config.mts index f69275c..341549e 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -96,4 +96,5 @@ export default defineConfig({ }, }, }, + base: 'calculator-dev', })