Rocky_Mountain_Vending/.pnpm-store/v10/files/e6/b578fc97eedeef1543eb5450dceb6bd91f546829f8c0d7a8c2252a7f4894dc231ed0756c8a76996f381117b390b282935df919e4956467dd200bf8f712dfd3
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

11 lines
176 B
JavaScript

#!/usr/bin/env node
/**
* @license
* Copyright 2023 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
import {CLI} from './CLI.js';
void new CLI().run(process.argv);