Hey all! Running into a pretty strange error and can't seem to find anyone with a similar issue online. I have a monorepo with a structure similar to this
⢠apps
⦠my-nextjs-app
⢠packages
⦠some-prisma-helper
This monorepo uses pnpm 7 and the latest version of turborepo. When I launch my nextjs app after running
pnpm exec prisma generate
I see the following
It looks like prisma isn't resolving properly? I'm honestly not sure and at a bit of a loss for what to do from here š