Rocky_Mountain_Vending/.pnpm-store/v10/files/50/6640545c144f623042b36296f398599e87ed54c6b782dd29fb551b3ab68785da36e12cc6c4a4b7d5152c102b59ea0bd822cd4758b6c18750e7fbb82ef97632
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

15 lines
538 B
Text

"use strict";
function _class_apply_descriptor_set(receiver, descriptor, value) {
if (descriptor.set) descriptor.set.call(receiver, value);
else {
if (!descriptor.writable) {
// This should only throw in strict mode, but class bodies are
// always strict and private fields can only be used inside
// class bodies.
throw new TypeError("attempted to set read only private field");
}
descriptor.value = value;
}
}
exports._ = _class_apply_descriptor_set;