You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the possibility to define your own Deployment Environments dropped last December, vercel will change the default VERCEL_ENV to whatever you named the environment - e.g. VERCEL_ENV="sandbox". This will invalidate the vercel() presets.
I can see it is due to the vercel = () => createEnv({...}) initialized before users definition. Maybe it is possible to only validate the entire object once.
Thanks anyways that nice package!
The text was updated successfully, but these errors were encountered:
With the possibility to define your own Deployment Environments dropped last December, vercel will change the default
VERCEL_ENV
to whatever you named the environment - e.g.VERCEL_ENV="sandbox"
. This will invalidate thevercel()
presets.Is there a way to extend or override the presets?
I can see it is due to the
vercel = () => createEnv({...})
initialized before users definition. Maybe it is possible to only validate the entire object once.Thanks anyways that nice package!
The text was updated successfully, but these errors were encountered: