Julien-R44 / vite-plugin-validate-env

✅ Vite plugin for validating your environment variables
MIT License
164 stars 6 forks source link

fix: custom env prefixes #2

Closed reslear closed 1 year ago

reslear commented 1 year ago

allow any env prefixes, for fix supporting custom env prefixes https://vitejs.dev/guide/api-javascript.html#loadenv

Julien-R44 commented 1 year ago

Yop ! Thanks for the PR However, I believe we should pick the prefix defined in the user config

Julien-R44 commented 1 year ago

Fixed here and added a test for the same : https://github.com/Julien-R44/vite-plugin-validate-env/pull/3