You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How about validation of .env at build time when Vite command is build?
As of now, I understand that the .env value is validated by Zod when the application is running.
However, I believe that validating on build is better to prevent misconfigured application from being deployed to the production environment
Thanks for this very nice and useful repository !
How about validation of .env at build time when Vite command is
build
?As of now, I understand that the .env value is validated by Zod when the application is running.
However, I believe that validating on build is better to prevent misconfigured application from being deployed to the production environment
The following snippet is just an idea.
The text was updated successfully, but these errors were encountered: