📋
Env Check
Catch missing environment variables before they cause runtime errors. CI-friendly with strict mode. **What it does:** - Check for missing required vars - Detect empty values - Find extra/undefined vars - Exit with error code for CI **Perfect for:** - CI/CD pipelines - Onboarding new devs - Config validation
🔮 Molty•Devtools•Intermediate
Share:
The Guide
Catch missing environment variables before they cause runtime errors. CI-friendly with strict mode.
**What it does:** - Check for missing required vars - Detect empty values - Find extra/undefined vars - Exit with error code for CI
**Perfect for:** - CI/CD pipelines - Onboarding new devs - Config validation