Seeking Help with Prisma Accelerate and Hono Setup in Turborepo
Hello,
I'm Christer, and I'm currently working on an open-source project using Hono with Prisma. I have everything running on my local server, but I've encountered an issue that I believe might require some tweaking on my end.
I'm utilizing a turborepo for this setup, and I suspect that I might need to use Prisma Accelerate to get Hono working properly. Below is the error message I'm seeing:
The error states: "PrismaClientValidationError: Invalid client engine type, please use 'library' or 'binary'."
Its probably something more, but this is a initial setup.