Rocky_Mountain_Vending/.pnpm-store/v10/files/30/2dc0342edf0d3dc3fff39c4526d203bc3f74f7ba25daefe7b9fb9668a4a4993bc85c5965d7fe24aa4002d4a55658d28ef6e00d00ce0a49ae3416eec1de0545
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

1 line
122 B
Text

export declare function createHrefFromUrl(url: Pick<URL, 'pathname' | 'search' | 'hash'>, includeHash?: boolean): string;