Closed
Description
Existing documentation URL(s)
When I tried to follow the instruction for integrating with D1 through prisma-orm, I got an error with "@prisma/client did not initialize yet. Please run "prisma generate" and try to import it again.".
What changes are you suggesting?
When I change the code as below, following the instruction in Prisma's web page, it looks working.
//import { PrismaClient } from "@prisma/client";
import { PrismaClient } from "./generated/prisma";
So, it might be better to add a link for the prisma's web page in the instruction.
Additional information
No response