Rocky_Mountain_Vending/.pnpm-store/v10/files/4c/cb97cd470f6836f15fba24b5c76753f343788f6d20e91f14e3ef18ef902e32becfcd8c873b7c8fbefeb4cc7bc45d6c31221efa3500a80b82214d0dcbaaa8ce
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
No EOL
259 B
Text

export const reportGlobalError = typeof reportError === 'function' ? // emulating an uncaught JavaScript error.
reportError : (error)=>{
// TODO: Dispatch error event
globalThis.console.error(error);
};
//# sourceMappingURL=report-global-error.js.map