/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/auth/middleware.ts
6 строк
189 B
Steven
chore(examples): use default prettier for examples/templates (#60530)
12 янв 2024, 02:01
Не верифицирован
12 янв 2024, 02:01
4466ba4
Код
Авторство
О чём код?
export { auth as default } from "./auth"; // Optionally, don't invoke Middleware on some paths export const config = { matcher: ["/((?!api|_next/static|_next/image|favicon.ico).*)"], };