Javascript – Nodemon Not Loading .env Variables in Node.js 20.9.0 (undefined)
When I run my application using node --env-file=.env index.js, the environment variables load correctly. However, when I try to run the same application using nodemon with the script npm run dev, the environment variables are undefined. Node.js Version: 20.9.0 Nodemon…