initial commit: fork
This commit is contained in:
6
apps/dashboard/src/app/api/auth/[...nextauth]/route.ts
Normal file
6
apps/dashboard/src/app/api/auth/[...nextauth]/route.ts
Normal 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";
|
||||
Reference in New Issue
Block a user