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",
|
"$schema": "https://turbo.build/schema.json",
|
||||||
"globalDependencies": ["**/.env.*local"],
|
"globalDependencies": ["**/.env.*local"],
|
||||||
|
"globalEnv": ["VERCEL_ENV"],
|
||||||
"pipeline": {
|
"pipeline": {
|
||||||
"build": {
|
"build": {
|
||||||
"env": ["NEXT_PUBLIC_VERCEL_ENV"],
|
"env": ["NEXT_PUBLIC_VERCEL_ENV"],
|
||||||
|
|
Loading…
Reference in a new issue