7 lines
271 B
TypeScript
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";
|