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