Rocky_Mountain_Vending/.pnpm-store/v10/files/d9/46e7d13f5d54f8b745ab2bf07fa3b354a29d3e5141d29d0eec1aa2058f63dbb90f3f54a236e0772f619881b6b4e7e080f9bc4c36fe5bc74544ccf3b7d6fef3
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

14 lines
291 B
Text

const {
applyExtends,
cjsPlatformShim,
Parser,
processArgv,
} = require('../build/index.cjs');
module.exports = {
applyExtends: (config, cwd, mergeExtends) => {
return applyExtends(config, cwd, mergeExtends, cjsPlatformShim);
},
hideBin: processArgv.hideBin,
Parser,
};