Hacker News new | ask | show | jobs
by smartplaya2001 720 days ago
Node.js already has built in support for .env

https://nodejs.org/en/blog/release/v20.6.0#built-in-env-file...

1 comments

True, but the dotenv npm package has been around much longer than that support (11 years vs 9 months), and the .env support in Node doesn't yet support features like auto-inclusion of environment-specific files.