Open joelgallant opened 3 years ago
Allow the user to do node -r @app-config/register foo.js where foo.js consumes app-config without loading first. Libraries like dotenv do this.
node -r @app-config/register foo.js
foo.js
https://github.com/nodejs/node/issues/40110
Allow the user to do
node -r @app-config/register foo.js
wherefoo.js
consumes app-config without loading first. Libraries like dotenv do this.