build 调试构建命令脚本

This commit is contained in:
DaxPay
2024-07-03 20:53:17 +08:00
parent 8bf095db12
commit 86abf23d48
20 changed files with 29 additions and 626 deletions

4
types/config.d.ts vendored
View File

@@ -143,6 +143,10 @@ export interface GlobConfig {
// Project abbreviation
shortName: string
}
/**
* 环境配置
*/
export interface GlobEnvConfig {
// 项目名称
VITE_GLOB_APP_TITLE: string