Rocky_Mountain_Vending/.pnpm-store/v10/files/62/19aab3899a61cc351efcc1d9788d429bb1e206388da10d4d4af3d50f879583140a60d2fb2848a6351c7ccbb0eec04c6ccfd5069ff62b419c89ad4bedbab9d7
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
81 B
Text

'use strict';
export default typeof FormData !== 'undefined' ? FormData : null;