17 lines
291 B
JSON
17 lines
291 B
JSON
![]() |
{
|
||
|
"$schema": "https://turbo.build/schema.json",
|
||
|
"globalDependencies": ["**/.env.*local"],
|
||
|
"pipeline": {
|
||
|
"build": {
|
||
|
"dependsOn": ["^build"],
|
||
|
"outputs": ["dist/**", ".next/**"]
|
||
|
},
|
||
|
"lint": {
|
||
|
"outputs": []
|
||
|
},
|
||
|
"dev": {
|
||
|
"cache": false
|
||
|
}
|
||
|
}
|
||
|
}
|