Files
Master-Bot/apps/dashboard/src/app/api/auth/[...nextauth]/route.ts
2023-10-27 10:31:20 +02:00

7 lines
271 B
TypeScript

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";