Rocky_Mountain_Vending/.pnpm-store/v10/files/7a/c41cb63690d74c4be81730215cbce9ebd3073d6ce44d5a9b32ca76917bca69ebaaa7fcaed02dc936e6f59b770b0a6c17d6de573f11187d33485b28aa95fdd5
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

4 lines
202 B
Text

import commander from './index.js';
// wrapper to provide named exports for ESM.
export const { program, Option, Command, CommanderError, InvalidOptionArgumentError, Help, createCommand } = commander;