omar-dulaimi / prisma-zod-generator

Prisma 2+ generator to emit Zod schemas from your Prisma schema
MIT License
535 stars 45 forks source link

Add `index.ts` with all the exported members #37

Closed ashrhmn closed 1 year ago

ashrhmn commented 2 years ago

Problem

Currently what the generator doing is just creating the schema files but they are all not exported in one file causing issue with use in monorepo

Suggested solution

Just add an index.ts with all the exported members

omar-dulaimi commented 1 year ago

Released in https://github.com/omar-dulaimi/prisma-zod-generator/releases/tag/0.8.6