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
We can currently generate yml, json, and toml, but .env style files are probably the most popular option for storing environment variables for local development. It'd be nice if we could generate a .env (with field descriptions as comments) in addition to the other options.
The text was updated successfully, but these errors were encountered:
We can currently generate
yml
,json
, andtoml
, but.env
style files are probably the most popular option for storing environment variables for local development. It'd be nice if we could generate a.env
(with field descriptions as comments) in addition to the other options.The text was updated successfully, but these errors were encountered: