Rocky_Mountain_Vending/.pnpm-store/v10/files/d4/893018db9f26afdfed86745a0f9de93e39117b0870cd59fa78b52d391abdac274b4dc4ba270e2029a8a49c352ef93bb176bd5ea587e16904042e9ae087481a
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

15 lines
427 B
Text

"use strict";
function _extends() {
exports._ = _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);
}
exports._ = _extends;