Rocky_Mountain_Vending/.pnpm-store/v10/files/76/7c087d9f7f4303547fa96a89af1ed23f52a9f7960eafd284f4abe2932fb8bddad2be878fa2a29d7d4a35c9ac0f36e2177a58b1bb360f623cc57031c60b6fdf
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

6 lines
187 B
Text

var getNative = require('./_getNative');
/* Built-in method references that are verified to be native. */
var nativeCreate = getNative(Object, 'create');
module.exports = nativeCreate;