// File: app/api/auth/[...nextauth]/route.ts import { GET, POST } from "@/lib/auth"; export { GET, POST };