perf: 优化.env配置

(cherry picked from commit 89dbb8c9e8)
This commit is contained in:
dhb52
2023-11-05 23:14:56 +08:00
committed by shizhong
parent 8c2b96afc9
commit fa174ba54e
4 changed files with 9 additions and 5 deletions

1
types/env.d.ts vendored
View File

@ -14,6 +14,7 @@ interface ImportMetaEnv {
readonly VITE_DEV: string
readonly VITE_APP_CAPTCHA_ENABLE: string
readonly VITE_APP_TENANT_ENABLE: string
readonly VITE_APP_DOCALERT_ENABLE: string
readonly VITE_BASE_URL: string
readonly VITE_UPLOAD_URL: string
readonly VITE_API_BASEPATH: string