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
We are using the validationSchema parameter in the Config Module in conjunction with joi js. However, the rest of our tooling uses Zod for validation. To consolidate dependencies, let's move to using the Config validate function with Zod.
Acceptance criteria
validation schema parameter is removed from config
a custom validate function with Zod enforces the same values
Joi is removed as a dependency
The text was updated successfully, but these errors were encountered:
Description
We are using the
validationSchema
parameter in the Config Module in conjunction with joi js. However, the rest of our tooling uses Zod for validation. To consolidate dependencies, let's move to using the Configvalidate
function with Zod.Acceptance criteria
The text was updated successfully, but these errors were encountered: