Rocky_Mountain_Vending/.pnpm-store/v10/files/52/1da9880a83cd10b1160fee85797c945a7163598708735c144d52be18ed3a912f203b7b54ec82bd857ff2d0902fcb45c86c2f0605aeb96f7cf5e31eff94686f
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
142 B
Text

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