Luex
Explore posts from serversPPrisma
•Created by Luex on 3/24/2025 in #help-and-questions
Using prisma in a bun monorepo
I am using a bun based monorepo with bun workspaces. I have package called
prisma
for my prisma client and schema. If i try to run prisma generate
, it fails with this error:
How can i run prisma inside a monorepo with multiple packages?7 replies