Rocky_Mountain_Vending/.pnpm-store/v10/files/df/b639c34d78cb41a715d45a463488fa5363d23bf5a4e7cd684a06a62ed555871ffacb924581c44486c119dde06bc7714cd5fa3c425ed466687f3afcfd61e759
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

8 lines
241 B
Text

"use strict";
function _inherits_loose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
}
exports._ = _inherits_loose;