Rocky_Mountain_Vending/.pnpm-store/v10/files/1e/76c243a351b90ec7121a04d38b8fdce4fec46c1a63bcee81d78c09d46137d07d4afeed0c508dcd751cad1aacc8ccfbe3472643122d16fb9e242363e12f8cdb
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

19 lines
698 B
Text

"use strict";
var _get_prototype_of = require("./_get_prototype_of.cjs");
var _is_native_reflect_construct = require("./_is_native_reflect_construct.cjs");
var _possible_constructor_return = require("./_possible_constructor_return.cjs");
function _call_super(_this, derived, args) {
// Super
derived = _get_prototype_of._(derived);
return _possible_constructor_return._(
_this,
_is_native_reflect_construct._()
// NOTE: This doesn't work if this.__proto__.constructor has been modified.
? Reflect.construct(derived, args || [], _get_prototype_of._(_this).constructor)
: derived.apply(_this, args)
);
}
exports._ = _call_super;