We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c272e10 commit 2c92f57Copy full SHA for 2c92f57
apps/web/.env.production
@@ -16,7 +16,7 @@ VITE_ROUTER_HISTORY=hash
16
VITE_INJECT_APP_LOADING=true
17
18
# 打包后是否生成dist.zip
19
-VITE_ARCHIVER=true
+VITE_ARCHIVER=false
20
21
# V2 页面URL
22
VITE_GLOB_V2_URL=/
turbo.json
@@ -16,12 +16,7 @@
"tasks": {
"build": {
"dependsOn": ["^build"],
- "outputs": [
- "dist/**",
- "dist.zip",
- ".vitepress/dist.zip",
23
- ".vitepress/dist/**"
24
- ]
+ "outputs": ["dist/**", "dist.zip"]
25
},
26
"preview": {
27
0 commit comments