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