Rocky_Mountain_Vending/.pnpm-store/v10/files/98/ba284499057ef70150c886bb23169db793a56077c8870b6fffd64c8c9e800731ba0bf5f771fe077175e64b49c7215abc96c7cd3666a33843005f7097158238
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

6 lines
230 B
Text

function _inherits_loose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
}
export { _inherits_loose as _ };