Turborepo + Prisma + TRPC
quick sanity check before I drop the idea of letting turborepo cache prisma
has anyone run into this error when using prisma + a custom generated output with next-auth or trpc?
https://github.com/prisma/prisma/issues/13233
I'm using
has anyone run into this error when using prisma + a custom generated output with next-auth or trpc?
https://github.com/prisma/prisma/issues/13233
I'm using
yarnGitHub
Bug description When attempting to use a Prisma client with a custom output in an NPM monorepo, I get the following error: Error: ENOENT: no such file or directory, open 'schema.prisma&...