When using the @prisma/adapter-pg I get a module build fail trying to use the prisma client.
I have a turborepo next 14 monorepo that exports the prisma client into my front and back end apps from the database package. I have all my prisma dependencies installed there. I am getting:
Could this have to do with monorepo set up? and not having the postgres installed
adapter in the front/back -end folders?
Could this have to do with monorepo set up? and not having the postgres installed
adapter in the front/back -end folders?