mirror of
https://github.com/vercel/next-learn.git
synced 2026-07-01 16:44:30 +00:00
4 lines
104 B
TypeScript
4 lines
104 B
TypeScript
export { default } from 'next-auth/middleware';
|
|
|
|
export const config = { matcher: ['/(dashboard.*)'] };
|