bam/turbo.json
Felix Schulze cd0a08890d basic site
2024-10-18 10:33:48 +02:00

13 lines
185 B
JSON

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