Rocky_Mountain_Vending/.pnpm-store/v10/files/05/c1c9a656fcad8a3eef089ba905227eacd85d5e269e6efe2c0cf422e3b2727e767bc1898e37d1427e71539a0b27c985d6b83cae8992eb851af8f51a23990f3a
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

16 lines
366 B
Text

"use strict";
var _get = require("./_get.cjs");
var _set = require("./_set.cjs");
function _update(target, property, receiver, isStrict) {
return {
get _() {
return _get._(target, property, receiver);
},
set _(value) {
_set._(target, property, value, receiver, isStrict);
}
};
}
exports._ = _update;