tia/src/middleware.ts
2026-05-10 04:45:30 +05:30

7 lines
No EOL
99 B
TypeScript

export function middleware() {
return;
}
export const config = {
matcher: ["/((?!api).*)"],
};