Rocky_Mountain_Vending/.pnpm-store/v10/files/e8/3978117074703d34f0b78d5c89e57d8a3c04e7b51ae75fac9936255e6473858ab0f26423ed1bb9a2dd18c04f4b95ca900e8d9f8e0034440015cff1e1ef429e
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

5 lines
215 B
Text

import Dispatcher from "./dispatcher";
type RedirectInterceptorOpts = { maxRedirections?: number }
export declare function createRedirectInterceptor (opts: RedirectInterceptorOpts): Dispatcher.DispatchInterceptor