fix: edge

This commit is contained in:
hamster1963 2024-10-21 02:29:09 +08:00
parent 6ba8f09d20
commit 94be30d128

View File

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