---env-file=(file path)
Why are node.js devs still using the dotenv package?
Node now has a --env-file flag built in so you do not need that extra dependency anymore. All you have to do is add the flag and the path to your environment variables file in the script to run your app and you're good
#devsky #nodesky #websky
3
0
0
0