Rocky_Mountain_Vending/.pnpm-store/v10/files/90/afc1ce347fe0540663968ee39cca606ed843d8736c4e3ed40aea74665929e77cfc177b16644dae74e81904324901dd37797c11637764012c602ee78c327918
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
141 B
Text

import WeakMap from './_WeakMap.js';
/** Used to store function metadata. */
var metaMap = WeakMap && new WeakMap;
export default metaMap;