Open Issues Need Help
View All on GitHubAI Summary: The `.env` parser currently enforces an overly strict `UPPERCASE_SNAKE_CASE` validation, rejecting common and spec-compliant lowercase or mixed-case keys like `database_url` or `appPort`. This bug prevents users from converting valid `.env` files, as the `dotenv` specification does not mandate uppercase keys. The expected fix is to relax the key validation regex to accept any combination of letters, digits, and underscores.
Complexity:
1/5
bug good first issue
A lightweight, client-side tool for managing and transforming environment configurations.
JavaScript
#client-side#configuration#developer-tools#environment-variables#javascript#vite#webapp