supermemory/apps/web/app/api/[...nextauth]/route.ts

2 lines
86 B
TypeScript

export { GET, POST } from "../../helpers/server/auth";
export const runtime = "edge";