Rocky_Mountain_Vending/.pnpm-store/v10/files/41/bb7391b17e2b2c6d70df07501f2f4a2cf8ed7729c528c6c07f202cf9861e070e8f90f5ad8f069f8d912999c79884f603ae934e3c25f85407bfd4940000c590
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

11 lines
No EOL
292 B
Text

"use strict";
process.on('uncaughtException', (err)=>{
console.error('uncaughtException', err);
process.exit(1);
});
process.on('unhandledRejection', (err)=>{
console.error('unhandledRejection', err);
process.exit(1);
});
//# sourceMappingURL=setup-exception-listeners.js.map