【优化】移除 env 多余的 VITE_API_BASEPATH 配置项

This commit is contained in:
YunaiV
2024-04-24 21:50:21 +08:00
parent f405ac3293
commit a0996bd0cf
10 changed files with 4 additions and 20 deletions

1
types/env.d.ts vendored
View File

@ -17,7 +17,6 @@ interface ImportMetaEnv {
readonly VITE_APP_DOCALERT_ENABLE: string
readonly VITE_BASE_URL: string
readonly VITE_UPLOAD_URL: string
readonly VITE_API_BASEPATH: string
readonly VITE_API_URL: string
readonly VITE_BASE_PATH: string
readonly VITE_DROP_DEBUGGER: string