Framework-Specific Warnings

February 24, 2026 ยท View on GitHub

This section explains which framework-specific environment variable are currently supported and how it works.


Supported frameworks


Framework detection

dotenv-diff detects framework rules automatically from package.json in your current working directory.

E.g.

  • If @sveltejs/kit is present, SvelteKit rules are enabled.
  • If next is present, Next.js rules are enabled.
  • If neither is detected, framework-specific warnings are skipped.