UNPKG

@mvp-rockets/namma-generator

Version:

A generator to generate mvp-rockets projects

7 lines (6 loc) 154 B
import NextAuth from "next-auth" import { options } from '@/nextauth/option'; export const { handlers: { GET, POST }, auth, } = NextAuth(options)