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 can't figure out how to mandate an env variable only if another env variable is set to "true" or "false". for example I might require username and password envs if "skip_something_auth" is set to "false"
I can't figure out how to mandate an env variable only if another env variable is set to "true" or "false". for example I might require username and password envs if "skip_something_auth" is set to "false"
Zod explanation:
colinhacks/zod#938 (comment)
The text was updated successfully, but these errors were encountered: