Files
2026-03-12 13:06:02 -07:00

18 lines
309 B
JSON

{
"$schema": "https://turborepo.com/schema.json",
"tasks": {
"dev": {
"cache": false,
"persistent": true
},
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
},
"lint": {},
"clean": {
"cache": false
}
}
}