Rocky_Mountain_Vending/.pnpm-store/v10/files/95/8cb6d30452b158fd35cb0ac7eb0d8c1ab82173ea1733143588445401cad1d5a486631e07abb2925e5bcac4fc49b6100ae3683931592c2fb1173cfc5c951085
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

5 lines
132 B
Text

'use strict'
const compare = require('./compare')
const compareLoose = (a, b) => compare(a, b, true)
module.exports = compareLoose