Zalvena/turbo.json

12 lines
145 B
JSON
Raw Normal View History

2023-08-21 23:43:50 +02:00
{
2025-02-18 20:19:12 -05:00
"tasks": {
2023-08-21 23:43:50 +02:00
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"watch": {
"cache": false
}
}
}