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
Thanks for that PR! I hope my comment on it explains things, but essentially when NODE_ENV is missing, envalid always assumes production mode, just to be safe.
Maybe we could add some messaging in the error by default if NODE_ENV is not set at all, so this is more clear?
process.env.NODE_ENV
isundefined
but var withdevDefault
throws error?reprod
The text was updated successfully, but these errors were encountered: