Closed ashrhmn closed 1 year ago
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
Just add an index.ts with all the exported members
index.ts
Released in https://github.com/omar-dulaimi/prisma-zod-generator/releases/tag/0.8.6
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