Files
arthurp/turbo.json
T
2026-04-02 19:59:08 +02:00

11 lines
143 B
JSON

{
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**"]
},
"dev": {
"cache": false
}
}
}