chrishoermann / zod-prisma-types

Generator creates zod types for your prisma models with advanced validation
Other
578 stars 43 forks source link

Fix template string not valid in `VALIDATOR_TYPE_REGEX` #232

Closed lambertkevin closed 1 month ago

lambertkevin commented 6 months ago

Add the ` character in the VALIDATOR_TYPE_REGEX in order to support template strings with custom validator.

Fixes #231