Rocky_Mountain_Vending/.pnpm-store/v10/files/3c/419c3dbb254a7de0d79186d1c7b28ce2a7597abaf519076ed37d28046f29dcf194c1a7fd8d08f7d54ea76b35233a1b69f1d78688bf3fa4664aab7d1df3395c
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
215 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);
}
});
}
export { _toSetter as default };