Rocky_Mountain_Vending/.pnpm-store/v10/files/be/04b93e3bf949426ced7e7bde0d2a4ac3dedbca564324be4b756c4824bbf70287fa5ca40d1b559bd3bc54778a61ec563ccc3c12f00b777691b07900ecbcb7c0
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

2 lines
176 B
Text

import type { Segment } from '../../../shared/lib/app-router-types';
export declare function createRouterCacheKey(segment: Segment, withoutSearchParameters?: boolean): string;