mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-01-15 08:19:46 -06:00
6 lines
117 B
TypeScript
6 lines
117 B
TypeScript
export { default } from "next-auth/middleware"
|
|
|
|
export const config = {
|
|
matcher: ["/"],
|
|
exclude: ["/auth"]
|
|
} |