fix: edge

This commit is contained in:
hamster1963 2024-10-21 00:29:29 +08:00
parent 410c04d946
commit 291b9c9b9b

View File

@ -1,2 +1,5 @@
import { handlers } from "@/auth" // Referring to the auth.ts we just created import { handlers } from "@/auth" // Referring to the auth.ts we just created
export const runtime = 'edge';
export const { GET, POST } = handlers export const { GET, POST } = handlers