archetecture security fix

This commit is contained in:
root
2026-06-11 03:22:12 -04:00
parent 6def9993da
commit 9483750161
3126 changed files with 177194 additions and 37211 deletions
@@ -0,0 +1,30 @@
{
"/(dashboard)/billing/page": "app/(dashboard)/billing/page.js",
"/(dashboard)/complaints/page": "app/(dashboard)/complaints/page.js",
"/(dashboard)/contracts/[id]/page": "app/(dashboard)/contracts/[id]/page.js",
"/(dashboard)/contracts/page": "app/(dashboard)/contracts/page.js",
"/(dashboard)/customers/page": "app/(dashboard)/customers/page.js",
"/(dashboard)/fleet/[id]/page": "app/(dashboard)/fleet/[id]/page.js",
"/(dashboard)/fleet/page": "app/(dashboard)/fleet/page.js",
"/(dashboard)/notifications/page": "app/(dashboard)/notifications/page.js",
"/(dashboard)/offers/page": "app/(dashboard)/offers/page.js",
"/(dashboard)/online-reservations/page": "app/(dashboard)/online-reservations/page.js",
"/(dashboard)/page": "app/(dashboard)/page.js",
"/(dashboard)/reports/page": "app/(dashboard)/reports/page.js",
"/(dashboard)/reservations/[id]/page": "app/(dashboard)/reservations/[id]/page.js",
"/(dashboard)/reservations/new/page": "app/(dashboard)/reservations/new/page.js",
"/(dashboard)/reservations/page": "app/(dashboard)/reservations/page.js",
"/(dashboard)/reviews/page": "app/(dashboard)/reviews/page.js",
"/(dashboard)/settings/page": "app/(dashboard)/settings/page.js",
"/(dashboard)/subscription/page": "app/(dashboard)/subscription/page.js",
"/(dashboard)/team/page": "app/(dashboard)/team/page.js",
"/(public)/sign-in/page": "app/(public)/sign-in/page.js",
"/_global-error/page": "app/_global-error/page.js",
"/_not-found/page": "app/_not-found/page.js",
"/forgot-password/page": "app/forgot-password/page.js",
"/icon.svg/route": "app/icon.svg/route.js",
"/onboarding/accept-invite/page": "app/onboarding/accept-invite/page.js",
"/onboarding/page": "app/onboarding/page.js",
"/reset-password/page": "app/reset-password/page.js",
"/sign-up/[[...sign-up]]/page": "app/sign-up/[[...sign-up]]/page.js"
}