Rocky_Mountain_Vending/.pnpm-store/v10/files/45/5125154fc6a543cb6b60a5898ec996e56e26a625d0673d60b13532116f7a41a9d66e0ec31908d4a1a04abf0bb87cc771787c7844c5e30ac407725e94d1d8ba
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

12 lines
No EOL
177 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = constants;
function constants(x) {
return function () {
return x;
};
}