chore: Update Next.js configuration and regenerate build output.

This commit is contained in:
2026-03-02 14:56:26 +01:00
parent ce1ec9030d
commit 02641e7e94

View File

@@ -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