Rocky_Mountain_Vending/.pnpm-store/v10/files/7b/3530846a17ae12fcf1b5c0f066de5ddae3e7273a939ae5a29ed6dbfdcb6a1fde94a29e7bd50694264c5df3408e9e0e2ec52c01f9ebd4710610dbb8c16fbc5e
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

18 lines
No EOL
290 B
Text

var assign = Object.assign.bind(Object);
function g() {
return assign;
}
Object.defineProperties(g(), {
implementation: {
get: g
},
shim: {
value: g
},
getPolyfill: {
value: g
}
});
module.exports = g();
//# sourceMappingURL=index.js.map