Rocky_Mountain_Vending/.pnpm-store/v10/files/4f/2704b3064785ad123ef8d70d9b1ecfbe77fe1ebde93de7c2aac98fc3bda43cf002845964e8f2b6ddf5f65cefb52e96c6685cc0f358d52ef68d1cc03e285276
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
83 B
Text

declare function parse(header: string): Record<string, string>[];
export = parse;