Rocky_Mountain_Vending/.pnpm-store/v10/files/c5/1b78218196bc34a816799bd866948c6afd4bee57821888165c8afc5179e1802b3b870d3ee9ebdce156269f5553014b7a241a6709c21b72203593126641a7a1
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

11 lines
324 B
Text

import { _ as _get_prototype_of } from "./_get_prototype_of.js";
function _super_prop_base(object, property) {
while (!Object.prototype.hasOwnProperty.call(object, property)) {
object = _get_prototype_of(object);
if (object === null) break;
}
return object;
}
export { _super_prop_base as _ };