Rocky_Mountain_Vending/.pnpm-store/v10/files/20/0f25ae8101efa3a13735e227d3264384f5cd00f79babba4f98cfb105da77eab2b86014f450a1593ea9b48b5c5e64be7a4084b256529efd7be48c4862205778
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

5 lines
134 B
Text

import {YargsFactory} from './build/lib/yargs-factory';
declare const Yargs: ReturnType<typeof YargsFactory>;
export default Yargs;