mirror of
https://github.com/yusufipk/dead-man-switch-2.0.git
synced 2026-09-12 01:36:06 +00:00
feat: initialize Next.js 16.1 project with Prisma 7, NextAuth and shadcn/ui
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import NextAuth from "next-auth";
|
||||
import { authOptions } from "@/lib/auth/options";
|
||||
|
||||
const handler = NextAuth(authOptions);
|
||||
|
||||
export { handler as GET, handler as POST };
|
||||
Reference in New Issue
Block a user