michiim
Results
3
comments of
michiim
It would be amazing if you avoided using 'prisma/client' entirely in the schema files to enable their usage on the client side (browser).
@fortezhuo I don't think you should do that. It would be better if zod-prisma-types avoided using Prisma in the schema files, so that these files can also be used in...
@ElhanM zod-prisma is dead. Use https://github.com/chrishoermann/zod-prisma-types instead.