nodejs
New Features in NodeJS
Loading Env files
Node.js can now load an env file either by specifying it in the command line (--env-file) or programmatically through process.loadEnvFile API.
Node.js can now load an env file either by specifying it in the command line (--env-file) or programmatically through process.loadEnvFile API.