felia/packages/auth/index.ts

5 lines
147 B
TypeScript

export { authOptions } from "./src/auth-options";
export { getServerSession } from "./src/get-session";
export type { Session } from "next-auth";