trackevery-day/turbo.json
2024-09-03 20:43:41 +02:00

13 lines
185 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"outputs": [
".next/**",
"!.next/cache/**"
]
},
"type-check": {}
}
}