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
I have a classic SPA application, want to use t3-env to validate envs just on build time, plus autocomplete etc.
But my application doesn't use zod inside, so seems it sounds reasonable not to include it to the bundle.
It is possible to achieve?
The text was updated successfully, but these errors were encountered:
No - we have plans to support other validation libraries (#6#169) so you can bring something lighter if you're not already using Zod. But just haven't had time n'or the need for it myself since I almost always use zod for validating other stuff so there's no extra bytes for me
I have a classic SPA application, want to use t3-env to validate envs just on build time, plus autocomplete etc.
But my application doesn't use zod inside, so seems it sounds reasonable not to include it to the bundle.
It is possible to achieve?
The text was updated successfully, but these errors were encountered: