Export extended Prisma client types
Greetings,
I'm trying to export an extended Prisma client types from a library package that is meant to be use through multiple NestJS applications.
This package contains:
- Prisma schema
-
Code:
I'm trying to export an extended Prisma client types from a library package that is meant to be use through multiple NestJS applications.
This package contains:
- Prisma schema
-
postinstall script to generate the prisma client and build the src/client.ts file with the extended client source code.Code: