freshyo/turbo.json
2026-01-24 00:13:15 +05:30

13 lines
219 B
JSON
Executable file

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