Rocky_Mountain_Vending/.pnpm-store/v10/files/ae/95e608b6fe2eb6be01d2674b716f16402421820f2f78c3a99bedc082c75c3d738ce83099048441f990d7f4a6c95d0480ca25fb3969888025d9289cf5a8c323
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
111 B
Text

import type { UrlParser } from "@smithy/types";
/**
* @internal
*/
export declare const parseUrl: UrlParser;