添加打包相关配置

This commit is contained in:
2026-06-30 15:20:34 +08:00
parent 21e77fbec4
commit d2a41dffe9
3 changed files with 5 additions and 2 deletions

1
env.d.ts vendored
View File

@@ -2,6 +2,7 @@
interface ImportMetaEnv {
readonly VITE_USE_MOCK?: string
readonly VITE_APP_BASE?: string
readonly VITE_PROXY_TARGET?: string
readonly VITE_API_BASE_URL?: string
readonly VITE_AUTH_BASE?: string