chrishoermann / zod-prisma-types

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

Fix template string not valid in `VALIDATOR_TYPE_REGEX` #232

Closed lambertkevin closed 6 months ago

lambertkevin commented 10 months ago

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

Fixes #231