fix: restore auth fixes — next-auth prisma adapter, serverExternalPackages, prisma db push on start

Made-with: Cursor
This commit is contained in:
2026-02-27 12:30:52 -08:00
parent 8e6406232d
commit 17056ea00c
5 changed files with 9 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import { NextAuthOptions } from "next-auth";
import GoogleProvider from "next-auth/providers/google";
import { PrismaAdapter } from "@auth/prisma-adapter";
import { PrismaAdapter } from "@next-auth/prisma-adapter";
import { PrismaClient } from "@prisma/client";
const prisma = new PrismaClient();