trackevery-day/turbo.json

13 lines
185 B
JSON
Raw Normal View History

2024-09-03 20:43:41 +02:00
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"outputs": [
".next/**",
"!.next/cache/**"
]
},
"type-check": {}
}
}