perf: 优化.env配置

This commit is contained in:
dhb52
2023-11-05 23:14:56 +08:00
parent 4f2f4f72b5
commit 89dbb8c9e8
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