Files
2026-07-13 12:28:53 +08:00

18 lines
319 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"dev": {
"cache": false,
"persistent": true,
"dependsOn": ["^build"]
},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", "template/**"]
},
"typecheck": {
"dependsOn": ["^build"]
}
}
}