Rocky_Mountain_Vending/.pnpm-store/v10/files/d2/9c27beb26788c4f4e59827a95bc7f303dc966b7fd8dee6dd4c88b80cd3b748bbea6d2f80e5ee63dbaa29484e7ba173f577c8b6d94fdf555b21d0fd8546c200
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
445 B
Text

"use strict";
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."
);
}
exports._ = _initializer_warning_helper;