micro/turbo.json

21 lines
307 B
JSON
Raw Normal View History

2022-06-23 19:49:19 +00:00
{
2024-02-12 11:04:42 +00:00
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/{server,cache,src,static}"]
},
"lint": {
"outputs": []
},
"test": {
"outputs": []
},
"clean": {
"outputs": []
},
"watch": {
"cache": false
2022-06-23 19:49:19 +00:00
}
2024-02-12 11:04:42 +00:00
}
}