Mount environment variables on application.
Reads the environment variable file specified in config and sets variables in process.env. Prevents multiple loading with a global flag.
// This method is called automatically by express-sweet.mount()
import envLoader from './middlewares/envLoader.js';
await envLoader();
Environment variables loading middleware