mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
7 lines
182 B
TypeScript
7 lines
182 B
TypeScript
import { clerkMiddleware } from '@clerk/nextjs/server';
|
|
|
|
export default clerkMiddleware();
|
|
|
|
export const config = {
|
|
matcher: ['/((?!.*\\..*|_next).*)', '/', '/(api|trpc)(.*)'],
|
|
};
|