Rocky_Mountain_Vending/.pnpm-store/v10/files/d3/fea729dad99fad45d348b7252ae8b29028e9902e8f93676708473ff872cb200ac2e5eb73bcde860de5769f51cf6b354061b122b490f2f6bf70e163abbdd169
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

10 lines
No EOL
288 B
Text

function _toSetter(t, e, n) {
e || (e = []);
var r = e.length++;
return Object.defineProperty({}, "_", {
set: function set(o) {
e[r] = o, t.apply(n, e);
}
});
}
module.exports = _toSetter, module.exports.__esModule = true, module.exports["default"] = module.exports;