Rocky_Mountain_Vending/.pnpm-store/v10/files/9a/4a6b387de6ada633989b68ddc113b98d2119d4ea5ebe1459835b351a93870d8569e997067ba6ee9e41070e5a61251a9abc78aa6fd98c26104899dbda810296
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

7 lines
207 B
Text

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