Hello, just writing a quick feature request in case this is possible.
I have environment variables for server code that don't have VITE_ prefix. It seems that this library only validates variables with the vite prefix. This would be useful for any full stack setup, like Tanstack start where some env variables don't have prefix so that they're only available in server
Hello, just writing a quick feature request in case this is possible.
I have environment variables for server code that don't have
VITE_prefix. It seems that this library only validates variables with the vite prefix. This would be useful for any full stack setup, like Tanstack start where some env variables don't have prefix so that they're only available in server