I see this error with the app, reported by NextJS, please fix it. The er

This commit is contained in:
Leon Serfaty G
2025-09-01 06:51:18 +00:00
parent df5f5b7516
commit 3972548260
2 changed files with 3 additions and 3 deletions
-2
View File
@@ -2,8 +2,6 @@
import NextAuth from 'next-auth';
import { authConfig } from './auth.config';
export const runtime = "nodejs";
const { handlers, auth, signIn, signOut } = NextAuth(authConfig);
export { handlers, auth, signIn, signOut };