vite-plugin-validate-env
vite-plugin-validate-env copied to clipboard
Allow validating environment vars without prefix
Potentiel fix for #25
Hey thanks for the PR!
Could you also provide some tests for that, and also updating the documentation ( README ) ?
Also adding a test to ensure that non-prefixed variables are not exposed in the client would be nice. Looking at the code of loadEnv it doesn't seem to be the case, but it's something important to test now.