Explore my works and
side projects  here

Research, Design & Development.

.ENV

by

Node.js v20.6.0: now supports built-in .env file support 🎉

To initialise your Node.js application with predefined configurations, use the following CLI command: 

node --env-file=config.env index.js.


more about it here.

Tags