Rocky_Mountain_Vending/.pnpm-store/v10/files/0e/3b40dc87a21758875505a39701f18a44f3eefd049e47a1e77219506e4f2daa4f3c151d38b32badb0832d1dbf7c6b743f366fafe8fa99a7e89c9729897ae645
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
231 B
Text

import getNative from './_getNative.js';
var defineProperty = (function() {
try {
var func = getNative(Object, 'defineProperty');
func({}, '', {});
return func;
} catch (e) {}
}());
export default defineProperty;