Rocky_Mountain_Vending/.pnpm-store/v10/files/b5/7d722171d274874b473aa93dd5585dc85f2991ff6604a6eb8b8b2141e2f41563a8bb2e93f7951a695d96203681dbf88f2a06efaaf9fb05ca0feab9fa6fec59
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

6 lines
158 B
Text

export var config = {
onError: function (e) { return console.error(e); },
};
export var setConfig = function (conf) {
Object.assign(config, conf);
};