Files
notify/turbo.jsonc
2025-12-21 23:27:16 +01:00

16 lines
252 B
JSON

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