Rocky_Mountain_Vending/.pnpm-store/v10/files/24/ca9029a7f235b3890d1a280bff39913641bef757400c282474d89530e29cf0fabed40169c7c9fa91a5306bb338a366037f488fc098a18503afd12ef972db61
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

3 lines
122 B
Text

declare function commandScore(string: string, abbreviation: string, aliases: string[]): number;
export { commandScore };