Rocky_Mountain_Vending/.pnpm-store/v10/files/1d/1617d1e13006709b7d9c7cfea1800f49938dbf1b367b83fae1e3af1bf3fdbca5c5148a7f270ad74e925bf4a434ea9a3bbc673dc0436caea27b52ce56fee790
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

10 lines
No EOL
278 B
Text

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