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