Files
defgov/turbo.json
2026-06-08 04:19:23 +08:00

13 lines
191 B
JSON

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