cal.pub0.org/turbo.json

18 lines
242 B
JSON
Raw Normal View History

2022-02-09 22:17:10 +00:00
{
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
},
"clean": {
"cache": false
},
"lint": {
"outputs": []
},
"dev": {
"cache": false
}
}
}