6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
export { auth as middleware } from "@/lib/auth";
|
|
|
|
export const config = {
|
|
matcher: ["/migrate/:path*"],
|
|
};
|