Update turbo.json
This commit is contained in:
parent
d0b4dc170e
commit
d1c6e0ca2e
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"pipeline": {
|
||||
"build": {
|
||||
"outputs": [".next/**", "!.next/cache/**"],
|
||||
"env": [
|
||||
"NODE_ENV",
|
||||
"NEXT_PUBLIC_*"
|
||||
]
|
||||
},
|
||||
"dev": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
"lint": {
|
||||
"outputs": []
|
||||
},
|
||||
"type-check": {
|
||||
"outputs": []
|
||||
}
|
||||
},
|
||||
"globalEnv": [
|
||||
"NODE_ENV"
|
||||
],
|
||||
"globalPassThroughEnv": [
|
||||
"NEXT_TELEMETRY_DISABLED",
|
||||
"TURBOPACK_TELEMETRY_DISABLED",
|
||||
"NODE_OPTIONS"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue