Zalvena/turbo.json
2025-02-20 19:16:44 -05:00

13 lines
243 B
JSON

{
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"],
"cache": false
},
"watch": {
"cache": false,
"persistent": true
}
}
}