fix: update prisma import paths and adjust .gitignore for generated files

This commit is contained in:
micha 2025-05-15 12:45:48 +02:00 committed by Dominik
parent 8ef0ea17d4
commit 514254b407
5 changed files with 8 additions and 7 deletions

View file

@ -36,7 +36,7 @@ export const providerMap = providers
.filter((provider) => provider.id !== 'credentials');
export const { handlers, signIn, signOut, auth } = NextAuth({
providers: [],
providers,
adapter: PrismaAdapter(prisma),
session: {
strategy: 'jwt',