10 lines
158 B
JSON
10 lines
158 B
JSON
|
|
{
|
||
|
|
"$schema": "https://turbo.build/schema.json",
|
||
|
|
"pipeline": {
|
||
|
|
"build": {
|
||
|
|
"outputs": [".next/**", "!.next/cache/**"]
|
||
|
|
},
|
||
|
|
"lint": {}
|
||
|
|
}
|
||
|
|
}
|