Rocky_Mountain_Vending/.pnpm-store/v10/files/5f/09c4982099c53484b4f9e9258dc9090b57047213b5e4a240aedd67cce420034903ea8a74072502098a40ff2609b62de15a1580cc413b5bfd69959c66f28b15
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

23 lines
646 B
Text

"use strict";
var _super_prop_base = require("./_super_prop_base.cjs");
function _get(target, property, receiver) {
if (typeof Reflect !== "undefined" && Reflect.get) exports._ = _get = Reflect.get;
else {
exports._ = _get = function get(target, property, receiver) {
var base = _super_prop_base._(target, property);
if (!base) return;
var desc = Object.getOwnPropertyDescriptor(base, property);
if (desc.get) return desc.get.call(receiver || target);
return desc.value;
};
}
return _get(target, property, receiver || target);
}
exports._ = _get;