Zalvena/turbo.json

14 lines
193 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"],
2025-02-20 18:03:04 -05:00
"outputs": ["dist/**"],
"cache": false
2023-08-21 23:43:50 +02:00
},
"watch": {
2025-02-20 18:03:04 -05:00
"cache": false,
"persistent": true
2023-08-21 23:43:50 +02:00
}
}
}