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