Try to add env to turbo
This commit is contained in:
parent
120f2a5b28
commit
72a74f1960
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"globalDependencies": ["**/.env.*local"],
|
||||
"globalEnv": ["VERCEL_ENV"],
|
||||
"pipeline": {
|
||||
"build": {
|
||||
"env": ["NEXT_PUBLIC_VERCEL_ENV"],
|
||||
|
|
Loading…
Reference in a new issue