Rocky_Mountain_Vending/.pnpm-store/v10/files/6e/c7a8f4be7f88e672af30dfd6cab3237f3512a599edd67b59241a205aa02a44f6fab5e212a6944c45d21fb1b97415571bdc6cc003ef3e234eb145ba1bb62776
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
161 B
JavaScript

#!/usr/bin/env node
"use strict";
var opener = require("..");
opener(process.argv.slice(2), function (error) {
if (error) {
throw error;
}
});