middleware.ts 97 B

123
  1. export { default } from 'next-auth/middleware';
  2. export const config = { matcher: ['/billing'] };