Loads .env and NODE_ENV
npm install @media-master/load-dotenv.env and NODE_ENV to an objectjs
import config from '@FMI-MediaMaster/load-dotenv';// Example for additional arguments
// Command: NODE_ENV=test USER=admin VERBOSE=true node src/index.js
config
.add('USER')
.add('VERBOSE');
``> [!IMPORTANT]
> If you are using npm packages from GitHub, you also need to add the .npmrc
> file to your project so that all requests to install packages will go through GitHub Packages.
> When you route all package requests through GitHub Packages, you can use both scoped and unscoped packages from npmjs.org.
> For more information, see the GitHub documentation.