Rocky_Mountain_Vending/.pnpm-store/v10/files/c9/207e374cfab4ed9bf7bd9c7993f8d2cc8a94f2beb17305c533e5d09322e48f5bf0583b07c2d59a5b14c4ebcdfa40166895e7961a9904cdf8b917185f6cdd40
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

13 lines
404 B
Text

function _extends() {
_extends = Object.assign || function assign(target) {
for (var i = 1; i < arguments.length; i++) {
var source = arguments[i];
for (var key in source) if (Object.prototype.hasOwnProperty.call(source, key)) target[key] = source[key];
}
return target;
};
return _extends.apply(this, arguments);
}
export { _extends as _ };