Files
saladeaula.digital/turbo.json
2025-11-04 13:45:02 -03:00

20 lines
338 B
JSON

{
"$schema": "https://turborepo.com/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["build/**"]
},
"deploy": {
"dependsOn": ["^deploy"]
},
"check-types": {
"dependsOn": ["^check-types"]
},
"dev": {
"persistent": true,
"cache": false
}
}
}