4 lines
118 B
TypeScript
4 lines
118 B
TypeScript
import { authOptions } from "@lib/server/auth"
|
|
import NextAuth from "next-auth"
|
|
|
|
export default NextAuth(authOptions)
|