This section explains which framework-specific environment variable are currently supported and how it works.
dotenv-diff detects framework rules automatically from package.json in your current working directory.
E.g.
- If
@sveltejs/kitis present, SvelteKit rules are enabled. - If
nextis present, Next.js rules are enabled. - If neither is detected, framework-specific warnings are skipped.