diff --git a/next.config.ts b/next.config.ts index c2fa4a2..58a1fa5 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,6 +1,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { + serverExternalPackages: ["@prisma/client", "bcrypt", "bcryptjs"], typescript: { // NextAuth v5 beta handlers have type mismatches with Next.js 15 // Remove this when next-auth v5 stable releases