Rocky_Mountain_Vending/.pnpm-store/v10/files/cc/4cf402cba1360749838753d75eb4d49015a861eec54e12a3bf0da7e690006d92ac55515dca9524d5b5e8f6c81d928ca5b622c0ea8c6e94ceccfc73a49981f4
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
233 B
Text

var getNative = require('./_getNative');
var defineProperty = (function() {
try {
var func = getNative(Object, 'defineProperty');
func({}, '', {});
return func;
} catch (e) {}
}());
module.exports = defineProperty;