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

This commit is contained in:
Leon Serfaty G
2025-09-01 06:34:12 +00:00
parent b76754d151
commit a61b22689f
12 changed files with 342 additions and 117 deletions
+5
View File
@@ -0,0 +1,5 @@
import NextAuth from 'next-auth';
import { authConfig } from './auth.config';
export const { handlers, auth, signIn, signOut } = NextAuth(authConfig);