Rocky_Mountain_Vending/.pnpm-store/v10/files/8d/ffca962c8e72874b2209c29f7883b4bd54131792e0bf1f2792a31b5c0853e45dd0675b9232c46e3578618c8d295009b78fc1f089228a95b73bf18490e464f9
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

5 lines
No EOL
292 B
Text

var setPrototypeOf = require("./setPrototypeOf.js");
function _inheritsLoose(t, o) {
t.prototype = Object.create(o.prototype), t.prototype.constructor = t, setPrototypeOf(t, o);
}
module.exports = _inheritsLoose, module.exports.__esModule = true, module.exports["default"] = module.exports;