diff --git a/next.config.js b/next.config.js index 7013f8d..7c88f78 100644 --- a/next.config.js +++ b/next.config.js @@ -6,6 +6,7 @@ const nextConfig = { }, experimental: { appDir: true, + serverComponentsExternalPackages: ["@prisma/client"], }, }