All checks were successful
Build and Push Nightly CI Image / build_and_push (push) Successful in 1m47s
Build and Push Docker Image / build_and_push (push) Successful in 3s
5 lines
111 B
TypeScript
5 lines
111 B
TypeScript
export { auth as middleware } from "@/auth"
|
|
|
|
export const config = {
|
|
matcher: "/account/dashboard/:path*",
|
|
}; |