best practices for accessing environment variables in production repo – Javascript
What are the best practices for accessing environment variables in a production build when it's generally considered bad practice to push .env files to the production repo? I'm currently working on a project where I need to access environment variables…