Rocky_Mountain_Vending/.pnpm-store/v10/files/96/73af67241f6db3e05e3d0fb002ee76f45bd2c7001fa5b2ea5628144ae5101052e31a5b4fec1f8278a446a9cbb919ba4a193bdf4b7427912f287316016e1bf9
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
143 B
Text

var WeakMap = require('./_WeakMap');
/** Used to store function metadata. */
var metaMap = WeakMap && new WeakMap;
module.exports = metaMap;