centralize turbo config

This commit is contained in:
Elio Bischof
2023-06-20 11:55:15 +02:00
parent 77029b6eb8
commit 8094daf666
4 changed files with 61 additions and 69 deletions

View File

@@ -1,18 +0,0 @@
{
"extends": [
"//"
],
"pipeline": {
"generate": {
"outputs": [
"src/proto/**"
],
"cache": true
},
"build": {
"dependsOn": [
"generate"
]
}
}
}