correction nextconfig

This commit is contained in:
2026-02-28 19:58:29 +01:00
parent 1efdd763ac
commit 707d2127e6
2 changed files with 2 additions and 9 deletions

View File

@@ -1,9 +1,11 @@
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
ignoreBuildErrors: true,
},
};