chore: split dev and production deployment env

This commit is contained in:
湛兮
2026-06-05 12:32:23 +08:00
parent ab73565d37
commit 644c729ff0
9 changed files with 319 additions and 2 deletions
+1
View File
@@ -70,6 +70,7 @@ declare global {
VITE_CDN: boolean;
VITE_HIDE_HOME: string;
VITE_COMPRESSION: ViteCompression;
VITE_APP_ENV_LABEL?: string;
VITE_API_PROXY_TARGET?: string;
}