Rocky_Mountain_Vending/.pnpm-store/v10/files/a7/43f86ca598126f1d7a740e98b4d3bd951e1f0e4d8b84632e9931b3500c27deb11a931a994f62d73bfc455e92976939e7ddf7a718d9a1702d15f80b83789bf3
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

10 lines
No EOL
145 B
Text

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