app-config
app-config copied to clipboard
Create a "preload" Node.js register script that does loadConfig
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.
https://github.com/nodejs/node/issues/40110