Rocky_Mountain_Vending/.pnpm-store/v10/files/d0/a0e15a1b2c29eb3eb8c01183cd75296a4faf896802723cf9d1fb992f50b76547d2bc9b95d96d759a5cc19fc2e3e0df8a11d62f2a2e6d81a6a2bf081f9d9fba
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

6 lines
274 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.randomUUID = void 0;
const tslib_1 = require("tslib");
const crypto_1 = tslib_1.__importDefault(require("crypto"));
exports.randomUUID = crypto_1.default.randomUUID.bind(crypto_1.default);