chore: 更新依赖和构建配置

This commit is contained in:
yhh
2025-12-03 16:21:11 +08:00
parent 13cb670a16
commit b64b489b89
5 changed files with 512 additions and 74 deletions

View File

@@ -19,6 +19,11 @@
"dependsOn": ["^build"],
"outputs": ["dist/**", "bin/**", "pkg/**"]
},
"copy-modules": {
"dependsOn": ["build"],
"outputs": ["packages/editor-app/dist/engine/**"],
"cache": false
},
"type-check": {
"dependsOn": ["^build"],
"outputs": []