Rocky_Mountain_Vending/.pnpm-store/v10/files/57/b93d01c2a6d49ab9a768aec80aec579fe09406bd2533269f7ed65ea93d151d0067565e8a869a627d949fe7928782ef566331db889fe16f934ea68b654c6377
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

4 lines
214 B
Text

/**
* @internal
*/
export declare const resolvedPath: (resolvedPath: string, input: unknown, memberName: string, labelValueProvider: () => string | undefined, uriLabel: string, isGreedyLabel: boolean) => string;