Try to add env to turbo

This commit is contained in:
Lukasz Ostrowski 2023-02-15 18:28:55 +01:00
parent 120f2a5b28
commit 72a74f1960

View file

@ -1,6 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["**/.env.*local"],
"globalEnv": ["VERCEL_ENV"],
"pipeline": {
"build": {
"env": ["NEXT_PUBLIC_VERCEL_ENV"],