Initial commit
This commit is contained in:
3
apps/nextjs/src/app/api/auth/[...nextauth]/route.ts
Normal file
3
apps/nextjs/src/app/api/auth/[...nextauth]/route.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export { GET, POST } from "@acme/auth";
|
||||
|
||||
export const runtime = "edge";
|
||||
Reference in New Issue
Block a user