fix: 关闭打包检查

This commit is contained in:
Gsh
2025-06-20 01:19:15 +08:00
parent 4341b8a24b
commit f16e1cd7a6
2 changed files with 2 additions and 1 deletions

View File

@@ -20,7 +20,7 @@
},
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"build": "vite build",
"preview": "vite preview",
"prepare": "husky",
"lint": "eslint .",

View File

@@ -5,6 +5,7 @@ interface ImportMetaEnv {
readonly VITE_WEB_TITLE_EN: string;
readonly VITE_WEB_ENV: string;
readonly VITE_WEB_BASE_API: string;
readonly VITE_BUILD_COMPRESS: string;
readonly VITE_API_URL: string;
}