From 02641e7e94c144c270aa1ffa8a9a90ff48d3009d Mon Sep 17 00:00:00 2001 From: streaper2 Date: Mon, 2 Mar 2026 14:56:26 +0100 Subject: [PATCH] chore: Update Next.js configuration and regenerate build output. --- next.config.ts | 1 + 1 file changed, 1 insertion(+) 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