Rocky_Mountain_Vending/.pnpm-store/v10/files/4d/c509aedec465f5f5bc5600d5e931af8d19844c9621a80f367f42ac792c7effa9bbe6f17a5f94dc98d2d37fc98ee8c2f705203183f4e50ce505c881d0a95020
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

6 lines
260 B
Text

export declare const allowedStatusCodes: Set<number>;
export declare function getRedirectStatus(route: {
statusCode?: number;
permanent?: boolean;
}): number;
export declare function modifyRouteRegex(regex: string, restrictedPaths?: string[]): string;