更新打包方式,减小打包包大小

This commit is contained in:
2025-08-23 18:18:54 +08:00
parent 167c57d0a9
commit 2e368e9771
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -9,8 +9,7 @@
"outputPath": "dist",
"assets": [
"backend/**/*",
"ui/**/*",
"data/**/*",
"ui/dist/**/*",
"node_modules/**/*"
]
},