chore(turbo): simplify and optimize monorepo configuration

This commit is contained in:
2026-02-07 16:35:30 +08:00
parent adb14cff77
commit 2b3026cf69
3 changed files with 13 additions and 13 deletions

View File

@@ -3,10 +3,10 @@
"extends": ["//"],
"tasks": {
"build": {
"env": ["NODE_ENV", "VITE_*"],
"outputs": [".output/**"]
},
"compile": {
"dependsOn": ["build"],
"outputs": ["out/**"]
}
}