1
0
cvsa/turbo.json
2025-12-28 17:45:42 +08:00

20 lines
287 B
JSON

{
"$schema": "https://turborepo.com/schema.json",
"ui": "tui",
"tasks": {
"dev": {
"persistent": true,
"cache": false
},
"drizzle:pull": {
"cache": false
},
"test": {},
"deploy": {
"cache": true,
"dependsOn": ["temp_frontend#build"]
},
"build": {}
}
}