Prisma with Accelerate TypeScript error
When I'm using Prisma with Accelerate, the Prisma types are not generated for the Accelerate extension. Trying to use
I'm using SvelteKit and have the following setup:
How can I fix this?
cacheStrategy results in TS showing the following error:I'm using SvelteKit and have the following setup:
src/app.d.ts:src/lib/server/prisma.ts:How can I fix this?