Rocky_Mountain_Vending/.pnpm-store/v10/files/cc/ebcfaf6b4c814a5028e2fe04a9d73c9526e86ce23cf3568be16ff262a384d5c4e57d06fec8e8d1b691c938da0ebf02ce976c74665e1969e27d640832559323
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
213 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.randomUUID = void 0;
exports.randomUUID = typeof crypto !== "undefined" && crypto.randomUUID && crypto.randomUUID.bind(crypto);