AllAi/turbo.json
2025-11-14 21:54:04 +03:00

17 lines
282 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"dev": {
"cache": false,
"persistent": true
},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
},
"lint": {},
"typecheck": {},
"test": {}
}
}