Rocky_Mountain_Vending/.pnpm-store/v10/files/3e/cbd49a45c6f1f55f69b47b708a16cd57ba5d3f251093c55cfd19a9b046ef5f5f72996869b19c760daab028c33504a4a7fa650de7de076e0b34dba4c322e783
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

7 lines
232 B
Text

// Bootstrap yargs for browser:
import browserPlatformShim from './lib/platform-shims/browser.mjs';
import {YargsFactory} from './build/lib/yargs-factory.js';
const Yargs = YargsFactory(browserPlatformShim);
export default Yargs;