fix(auth): remove middleware export to avoid Edge Runtime error with PrismaClient

This commit is contained in:
ngc2207 2024-12-29 20:15:38 +08:00
parent 3a45ac9044
commit 708b6a14f0

View File

@ -1 +0,0 @@
export { auth as middleware } from "@/auth";