Julien-R44 / vite-plugin-validate-env

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

feat: add output for debugging CI #14

Closed SimeonC closed 9 months ago

SimeonC commented 11 months ago

I needed to debug what the env vars were being set to inside our CI. This is often difficult to debug so adding an option to just dump the passed values out to the CI output would be useful to me.

CleanShot 2023-10-11 at 18 49 58

Julien-R44 commented 9 months ago

Hey! Thanks for the PR and sorry for taking some time

I updated your PR with some things :

Should be all good now

SimeonC commented 9 months ago

Nice thanks for cleaning it up!