feat: nodejs runtime for middleware (#1087)

This commit is contained in:
Joseph
2025-08-21 09:34:02 +02:00
committed by GitHub
parent 1041eeac0e
commit 5bea28a64d

View File

@@ -6,4 +6,5 @@ export default NextAuth(authConfig).auth;
export const config = {
// https://nextjs.org/docs/app/building-your-application/routing/middleware#matcher
matcher: ['/((?!api|_next/static|_next/image|.*\\.png$).*)'],
runtime: 'nodejs',
};