We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18a740 commit 803bfb5Copy full SHA for 803bfb5
examples/prisma/next.config.ts
@@ -5,4 +5,7 @@ const nextConfig: NextConfig = {
5
serverExternalPackages: ["@prisma/client", ".prisma/client"],
6
};
7
8
+import { initOpenNextCloudflareForDev } from "@opennextjs/cloudflare";
9
+initOpenNextCloudflareForDev()
10
+
11
export default nextConfig;
0 commit comments