Rocky_Mountain_Vending/.pnpm-store/v10/files/d0/fd71c3d2adb01d994d2c6c05911ae165717217598db21fe465c37e3812a39b875b0fb4252bb8915641ba2898f3cefb2a5c15c5840eb5eeaadd3115cb3dd41a
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

9 lines
434 B
Text

function _initializer_warning_helper(descriptor, context) {
throw new Error(
"Decorating class property failed. Please ensure that "
+ "proposal-class-properties is enabled and set to use loose mode. "
+ "To use proposal-class-properties in spec mode with decorators, wait for "
+ "the next major version of decorators in stage 2."
);
}
export { _initializer_warning_helper as _ };