I have been using .env files for some time. I want to know if there are any advantages of using .env file (dotenv-javascript) over storing and using constants a normal .js file?
Thanks :)