chore: iis setting

This commit is contained in:
skytek_xinliang
2026-08-06 15:15:05 +08:00
parent 60c4a414a3
commit 32a99350e2
9 changed files with 80 additions and 276 deletions
+5
View File
@@ -0,0 +1,5 @@
# 正式站設定:前端與後端(/service)部署在同一個 IIS 站台/port,
# 直接用相對路徑打後端,不需要主機名稱,也不會有 CORS 問題。
# pnpm build 預設走 production mode,會自動套用這份檔案。
VITE_API_BASE_URL=/service/api
VITE_USE_MOCK=false