Init turborepo

This commit is contained in:
zomars
2022-02-09 15:17:10 -07:00
committed by Omar López
parent 0bc511a886
commit c9b1f52382
5 changed files with 12332 additions and 16 deletions

17
turbo.json Normal file
View File

@@ -0,0 +1,17 @@
{
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
},
"clean": {
"cache": false
},
"lint": {
"outputs": []
},
"dev": {
"cache": false
}
}
}