feat: 添加打包是否启动cdn替换本地库配置,默认false不启动

This commit is contained in:
xiaoxian521
2022-10-26 19:51:06 +08:00
parent 936070c9ce
commit 49cdcf216f
9 changed files with 126 additions and 4 deletions

1
types/global.d.ts vendored
View File

@@ -81,6 +81,7 @@ declare global {
VITE_PROXY_DOMAIN_REAL: string;
VITE_ROUTER_HISTORY: string;
VITE_LEGACY: boolean;
VITE_CDN: boolean;
}
declare interface ServerConfigs {