Rocky_Mountain_Vending/.pnpm-store/v10/files/4f/7c893832f166fdd8ad7b8ddc09d50b4068e072a2c34343bcaf9767845fb7ea9e03b1443fd7b1c613039d231c6febb0a3b8ca268f63ab6346649830eac8e6f4
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
188 B
Text

'use strict';
import AxiosURLSearchParams from '../../../helpers/AxiosURLSearchParams.js';
export default typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams;