Rocky_Mountain_Vending/.pnpm-store/v10/files/bb/d62d63e4b5ce581c3e6b053bbc45bbc808e3b9181bb84bde324aa9e213b2bb3ab0b200bd2702bfa480ee8596f3b7194b793d6f800de69888753770c0d82550
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

8 lines
183 B
Text

"use strict";
Object.defineProperty(exports, "defaultLocale", {
enumerable: true,
get: function () {
return _index.enUS;
},
});
var _index = require("../locale/en-US.cjs");