Rocky_Mountain_Vending/.pnpm-store/v10/files/2b/de02e24d038023ea3a1626ca1e36825bb6bd6ee595af0812e42d387fc2dc939adcf2d0d059b93bd4496ae5ee06a9ea992ea7a1026aa0c52ff3d4b4002a035d
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

8 lines
262 B
Text

"use strict";
function _check_private_redeclaration(obj, privateCollection) {
if (privateCollection.has(obj)) {
throw new TypeError("Cannot initialize the same private elements twice on an object");
}
}
exports._ = _check_private_redeclaration;