Rocky_Mountain_Vending/.pnpm-store/v10/files/f7/c9266d6a78ac53dc103dc5adf0e8b9827c3b300700dd1593e7c85be36b485e979948aa6b2eeba2da4a3fa9ec2111de8f391e910b0f45508beb76fe023d41ce
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
185 B
Text

import getNative from './_getNative.js';
/* Built-in method references that are verified to be native. */
var nativeCreate = getNative(Object, 'create');
export default nativeCreate;