When deploying my project to Cloudflare Pages using the Hono Cloudflare Pages template, the build fails because it cannot resolve the @prisma/client/edge dependency. This also generates a warning that @prisma/client/edge is treated as an external dependency when building locally, though the project runs successfully in the development environment.
When deploying my project to Cloudflare Pages using the Hono Cloudflare Pages template, the build fails because it cannot resolve the
@prisma/client/edge
dependency. This also generates a warning that@prisma/client/edge
is treated as an external dependency when building locally, though the project runs successfully in the development environment.