first version which seems to run

This commit is contained in:
Gerhard Scheikl
2026-04-01 19:15:22 +02:00
parent 80e965aa57
commit fc107d576c
25 changed files with 963 additions and 40 deletions

View File

@@ -0,0 +1,4 @@
import NextAuth from "next-auth";
import { authOptions } from "../tina/[...routes]";
export default NextAuth(authOptions);