The npm install command failed in my project. Analyze the following er
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import type { NextAuthConfig } from 'next-auth';
|
|||||||
import Credentials from 'next-auth/providers/credentials';
|
import Credentials from 'next-auth/providers/credentials';
|
||||||
import { z } from 'zod';
|
import { z } from 'zod';
|
||||||
import db from '@/lib/db';
|
import db from '@/lib/db';
|
||||||
import { BetterSqlite3Adapter } from "next-auth/adapters"
|
import { BetterSqlite3Adapter } from "@auth/core/adapters"
|
||||||
|
|
||||||
export const authConfig = {
|
export const authConfig = {
|
||||||
pages: {
|
pages: {
|
||||||
|
|||||||
Reference in New Issue
Block a user