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

2 lines
87 B
Text

import crypto from "crypto";
export const randomUUID = crypto.randomUUID.bind(crypto);