Open Issues Need Help
View All on GitHub Bug: .env parser rejects lowercase and mixed-case keys about 2 months ago
AI Summary: The .env parser is incorrectly rejecting keys that are not in all uppercase with underscores. It should accept lowercase and mixed-case keys as per the dotenv specification, as these are common in real-world configurations. The fix involves relaxing the input validation regex.
Complexity:
2/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