Rocky_Mountain_Vending/.pnpm-store/v10/files/40/d22773bed182b4956ec307cfd4a6bfc06773d93d2b1d43e85129fadf30ad30b7eff715221f3a7076551d149f0f6b6f823bdd9c2a39acdc15b29c976ec17844
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
124 B
Text

'use strict'
const compare = require('./compare')
const lt = (a, b, loose) => compare(a, b, loose) < 0
module.exports = lt