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
Most project will have .env file and users might opt source these env, it would be more efficient to not rely on dev to source these env variable, rather automate it. This will also help making the setup more reproducible as we could configure the project on an environment level without affecting anyone's local setup. Automatic exporting and removing these env variable can be done using .envrc file and plugin like direnv.
The text was updated successfully, but these errors were encountered:
Most project will have
.env
file and users might opt source these env, it would be more efficient to not rely on dev to source these env variable, rather automate it. This will also help making the setup more reproducible as we could configure the project on an environment level without affecting anyone's local setup. Automatic exporting and removing these env variable can be done using.envrc
file and plugin like direnv.The text was updated successfully, but these errors were encountered: