Files
skytek_xinliang 32a99350e2 chore: iis setting
2026-08-06 15:15:05 +08:00

6 lines
297 B
Bash

# 正式站設定:前端與後端(/service)部署在同一個 IIS 站台/port,
# 直接用相對路徑打後端,不需要主機名稱,也不會有 CORS 問題。
# pnpm build 預設走 production mode,會自動套用這份檔案。
VITE_API_BASE_URL=/service/api
VITE_USE_MOCK=false