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
Currently we parse the .env file ourselves.
Drawback - we don't support multiline vars
Better to use a popular package such as dotenv that's supported and battle tested.
Currently we parse the
.envfile ourselves.Drawback - we don't support multiline vars
Better to use a popular package such as
dotenvthat's supported and battle tested.