diff --git a/app/api/auth/[...nextauth]/route.ts b/app/api/auth/[...nextauth]/route.ts index 0cf1408..a7c7f65 100644 --- a/app/api/auth/[...nextauth]/route.ts +++ b/app/api/auth/[...nextauth]/route.ts @@ -1,2 +1,5 @@ import { handlers } from "@/auth" // Referring to the auth.ts we just created + +export const runtime = 'edge'; + export const { GET, POST } = handlers \ No newline at end of file