The npm install command failed in my project. Analyze the following er

This commit is contained in:
Leon Serfaty G
2025-09-01 06:49:08 +00:00
parent 786c2feae5
commit 03a006545c
3 changed files with 0 additions and 64 deletions
-5
View File
@@ -3,16 +3,11 @@ 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/better-sqlite3"
export const authConfig = {
pages: {
signIn: '/login',
},
adapter: BetterSqlite3Adapter(db),
session: {
strategy: 'database',
},
providers: [
Credentials({
async authorize(credentials) {