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