6 lines
151 B
TypeScript
6 lines
151 B
TypeScript
import NextAuth from "next-auth";
|
|
|
|
import { AUTH_OPTIONS } from "@calcom/features/auth/lib/next-auth-options";
|
|
|
|
export default NextAuth(AUTH_OPTIONS);
|