6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
import NextAuth from "next-auth";
|
|
|
|
import { authOptions } from "@/server/auth";
|
|
|
|
export default NextAuth(authOptions);
|