mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-27 06:34:15 +00:00
6 lines
110 B
TypeScript
6 lines
110 B
TypeScript
export { default } from 'next-auth/middleware';
|
|
|
|
export const config = {
|
|
matcher: ['/dashboard/:path*'],
|
|
};
|