Rocky_Mountain_Vending/.pnpm-store/v10/files/8c/cddcf7488ddafd057f75537e3a936b21288522350f455777a1592bbb38b3db985f4b5c720a34301657795e0e4921bc858dbd90a7caeedac61541b0570898dc
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
205 B
Text

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