initial commit: fork

This commit is contained in:
2023-10-27 10:31:20 +02:00
commit a52dbbc103
195 changed files with 17484 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
export { GET, POST } from '@master-bot/auth';
// @note If you wanna enable edge runtime, either
// - https://auth-docs-git-feat-nextjs-auth-authjs.vercel.app/guides/upgrade-to-v5#edge-compatibility
// - swap prisma for kysely / drizzle
// export const runtime = "edge";