From 77e3a77ed42dee49c96feef76670f76cf4aab073 Mon Sep 17 00:00:00 2001 From: Angelo Reale <12191809+angeloreale@users.noreply.github.com> Date: Fri, 30 Aug 2024 23:12:14 +0100 Subject: [PATCH] ar(fix) export nit --- src/app/api/v1/auth/[...nextauth]/route.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/api/v1/auth/[...nextauth]/route.ts b/src/app/api/v1/auth/[...nextauth]/route.ts index 1023850..c725640 100644 --- a/src/app/api/v1/auth/[...nextauth]/route.ts +++ b/src/app/api/v1/auth/[...nextauth]/route.ts @@ -1,3 +1,4 @@ // [...nextauth].ts// auth.ts TS-Doc? import { handlers } from '@auth'; +export const dynamic = 'force-dynamic'; export const { GET, POST } = handlers;