Rocky_Mountain_Vending/.pnpm-store/v10/files/f6/2cf6021f7886d51f5dedafd84e2b728b7d7843f8fa2f460439162e02480ea0d05890271bb97186d1d264257d85893e2b42a8b2db06a641ba4be57bf6cbe031
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

4 lines
117 B
Text

'use strict';
/* eslint-env browser */
module.exports = typeof self === 'object' ? self.FormData : window.FormData;