micro/turbo.json

21 lines
307 B
JSON

{
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/{server,cache,src,static}"]
},
"lint": {
"outputs": []
},
"test": {
"outputs": []
},
"clean": {
"outputs": []
},
"watch": {
"cache": false
}
}
}