Zalvena/turbo.json
2023-08-21 23:43:50 +02:00

11 lines
148 B
JSON

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