Rocky_Mountain_Vending/.pnpm-store/v10/files/21/f6ea6fc706184ea4c70225b4abd8d49548e482336b262ed6766a05876121d6bdbe9cd0a1718f433827f4136aab6dbc3beef31bb39a4c0b3b68f82dd243e102
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
286 B
Text

function _class_check_private_static_field_descriptor(descriptor, action) {
if (descriptor === undefined) {
throw new TypeError("attempted to " + action + " private static field before its declaration");
}
}
export { _class_check_private_static_field_descriptor as _ };