{
  "/(authenticated)/contractor/matches/page": "/contractor/matches",
  "/(authenticated)/contractor/payment-success/page": "/contractor/payment-success",
  "/(authenticated)/contractor/post-job/page": "/contractor/post-job",
  "/(authenticated)/contractor/signup/page": "/contractor/signup",
  "/(authenticated)/dashboard/page": "/dashboard",
  "/(authenticated)/messages/[conversationId]/page": "/messages/[conversationId]",
  "/(authenticated)/messages/page": "/messages",
  "/(authenticated)/worker/jobs/page": "/worker/jobs",
  "/(authenticated)/worker/profile/build/page": "/worker/profile/build",
  "/(authenticated)/worker/signup/page": "/worker/signup",
  "/_global-error/page": "/_global-error",
  "/_not-found/page": "/_not-found",
  "/api/abn-lookup/route": "/api/abn-lookup",
  "/api/ai/generate-profile/route": "/api/ai/generate-profile",
  "/api/ai/parse-profile-voice/route": "/api/ai/parse-profile-voice",
  "/api/ai/transcribe-voice/route": "/api/ai/transcribe-voice",
  "/api/auth/csrf/route": "/api/auth/csrf",
  "/api/auth/verify-email/route": "/api/auth/verify-email",
  "/api/company-logo/route": "/api/company-logo",
  "/api/messages/[id]/route": "/api/messages/[id]",
  "/api/messages/[id]/send/route": "/api/messages/[id]/send",
  "/api/messages/route": "/api/messages",
  "/api/messages/start/route": "/api/messages/start",
  "/api/payments/create/route": "/api/payments/create",
  "/api/webhooks/stripe/route": "/api/webhooks/stripe",
  "/auth/callback/route": "/auth/callback",
  "/auth/login/page": "/auth/login",
  "/auth/signup/page": "/auth/signup",
  "/auth/verify-email/page": "/auth/verify-email",
  "/favicon.ico/route": "/favicon.ico",
  "/offline/page": "/offline",
  "/page": "/"
}