mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-25 18:55:27 -06:00
24 lines
384 B
JSON
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
|
|
}
|
|
} |