Rocky_Mountain_Vending/.pnpm-store/v10/files/7c/c1b4acbe6ab5a9da4350e24ad4309d5c3cb3726882be7c206a2086ff0595e3fc9d165e29ab9f77f95e278fb03bbd3c3baa993accc95cf762d1e59a4ef696de
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
107 B
Text

export declare function parseUrlFromText(text: string, matcherFunc?: (text: string) => boolean): string[];