Hacker News new | ask | show | jobs
Show HN: Environment variable scanner for JavaScript/TS projects (dotenv-diff-docs.vercel.app)
1 points by chrilleweb 146 days ago
Hi HN

This is the documentation site for dotenv-diff

It’s a CLI tool that scans you’re codebase for environment variable usage in you’re codebase and detects issues about them.

Example: in Next.js using a non NEXT_PUBLIC environment variable in a client file just returns undefined - no context why.

I’ve personally wasted hours debugging issues like that.