We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f3f49 commit ba1dd1aCopy full SHA for ba1dd1a
src/middleware.ts
@@ -12,5 +12,5 @@ export default async function middleware(request: NextRequest) {
12
13
export const config = {
14
matcher: ["/((?!api|_next|_vercel|.*\\..*).*)"],
15
- unstable_allowDynamic: ["/node_modules/elysia/**"],
+ unstable_allowDynamic: ["/node_modules/elysia/dist/index.mjs"],
16
};
0 commit comments