37 lines
754 B
JSON
37 lines
754 B
JSON
{
|
|
"$schema": "https://turborepo.com/schema.json",
|
|
"ui": "tui",
|
|
"tasks": {
|
|
"//#dev-webui": {
|
|
"cache": false,
|
|
"persistent": true,
|
|
"interactive": true,
|
|
"interruptible": true
|
|
},
|
|
"//#dev-proxy": {
|
|
"cache": false,
|
|
"persistent": true,
|
|
"interactive": true,
|
|
"interruptible": true
|
|
},
|
|
"//#dev-recorder": {
|
|
"cache": false,
|
|
"persistent": true,
|
|
"interactive": true,
|
|
"interruptible": true
|
|
},
|
|
"//#dev-deps": {
|
|
"cache": false,
|
|
"persistent": true,
|
|
"interactive": true,
|
|
"interruptible": true
|
|
},
|
|
"//#dev-codegen-wait": {
|
|
"cache": false,
|
|
"persistent": true,
|
|
"interactive": true,
|
|
"interruptible": true
|
|
}
|
|
}
|
|
}
|