14 lines
233 B
JSON
14 lines
233 B
JSON
![]() |
{
|
||
|
"$schema": "https://turbo.build/schema.json",
|
||
|
"globalDependencies": [],
|
||
|
"pipeline": {
|
||
|
"build": {
|
||
|
"outputs": [".next/**"]
|
||
|
},
|
||
|
"lint": {},
|
||
|
"dev": {
|
||
|
"cache": false,
|
||
|
"persistent": true
|
||
|
}
|
||
|
}
|
||
|
}
|