chrishoermann / zod-prisma-types

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

Field writeBarrelFiles actually set to false by default #160

Closed enfipy closed 11 months ago

enfipy commented 12 months ago

As the title of this issue said - the actual value is set to "false" here.

A possible solution is to change the default value or change documentation, I don't know which one is better so just putting this small issue here.

P.S.: Thank you for your work and this wonderful library!

chrishoermann commented 11 months ago

Thanks for pointing this out. this was not intentional. the default should have been true. Should be fixed in the lates version