Rocky_Mountain_Vending/.pnpm-store/v10/files/bf/91475606095cb203ec0280031c44993756b73fbcf7ed534fdc8e01a56538e0af6a086d016de0cc40e4d0f012bea6a956f401b47e8c575cd413a436c0fd8835
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

10 lines
273 B
Text

"use strict";
function _define_property(obj, key, value) {
if (key in obj) {
Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true });
} else obj[key] = value;
return obj;
}
exports._ = _define_property;