Explore my works and side projects here
Research, Design & Development.
by
Kurt
Node.js v20.6.0: now supports built-in .env file support 🎉
.env
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