-
Notifications
You must be signed in to change notification settings - Fork 876
Open
Description
I tried to follow https://www.prisma.io/docs/orm/prisma-client/deployment/edge/deploy-to-cloudflare#database-specific-considerations--examples, but ran into problem a few times that made it impossible to actually follow the documentation.
A few things that I remember that needed fixing or changes along the way:
wrangler.tomlis not available any more in the project by default, isnteadwrangler.jsoncis usednode_compatdoes not exist any more either, insteadnodejs_compatviawrangler.jsonc- The paths of the generated Prisma Client did not seem to work out in the case of a worker project
runtime = "workerd"is not mentioned on the page although it seems to be required for Cloudflare Workers deployment with 7.3.0wrangler devis currently broken on Windows: Prisma Client ENOENT cloudflare/workers-sdk#11535
Metadata
Metadata
Assignees
Labels
No labels