Prisma Client Package in NX
I have a monorepo created via NX. How do I create a package inside said repo that contains the prisma generated client? I would like to be able to share the code between my backend and frontend. Specifically I would like to use the generated enumerations in my frontend and the database client in the backend. Thanks.