Files
zitadel/turbo.json
Florian Forster 59ea417f01 test
2025-02-06 15:20:49 +00:00

24 lines
384 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"cache": true
},
"generate": {
"cache": true
},
"test": {
"cache": true
},
"lint": {
"cache": true
},
"clear": {
"cache": false
}
},
"ui": "tui",
"remoteCache": {
"enabled": true
}
}