ok. I will be deleting the project

This commit is contained in:
Leon Serfaty G
2025-09-01 06:36:56 +00:00
parent 873d362def
commit 786c2feae5
3 changed files with 91 additions and 32 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import type { NextAuthConfig } from 'next-auth';
import Credentials from 'next-auth/providers/credentials';
import { z } from 'zod';
import db from '@/lib/db';
import { BetterSqlite3Adapter } from "@auth/core/adapters"
import { BetterSqlite3Adapter } from "@auth/core/adapters/better-sqlite3"
export const authConfig = {
pages: {