risen228 / nestjs-zod-prisma

Zod Prisma fork for nestjs-zod
MIT License
62 stars 11 forks source link

abbility to stick with zod instead of using nestjs-zod #19

Open mohrazzak opened 11 months ago

mohrazzak commented 11 months ago

This is important so if something new introduced to zod We dont have to wait nestjs-zod to support it

Hatko commented 9 months ago

We have a monorepo setup and reuse the validation objects. Since nestjs-zod is only installed on the API, we have a script that changes the imports after the file has been generated. Would be cool to configure it what to use