correction nextconfig
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
# Server-only
|
||||
GEMINI_API_KEY=AIzaSyBjMxaRq4psBbvtdks0iYGkv-r9midKSh4
|
||||
|
||||
|
||||
# Database — Replace with your actual PostgreSQL URL (e.g. from Neon, Supabase, or local)
|
||||
DATABASE_URL="postgresql://admin:adminpassword@192.168.1.25:5432/plumeia?schema=public"
|
||||
|
||||
# NextAuth
|
||||
AUTH_SECRET="change-me-to-a-random-string-at-least-32-chars"
|
||||
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user