Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 590 Bytes

File metadata and controls

24 lines (14 loc) · 590 Bytes

Framework-Specific Warnings

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.