Rocky_Mountain_Vending/.pnpm-store/v10/files/f7/d124246c9e39c49e09734a6077bdd0def0521eb732ef15006c80488a694f225e35842d32be0aed781d3e2b881cd3b56870571d7580900eb65a26f0cbeb09ff
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

5 lines
178 B
Text

export declare const originConsoleError: {
(...data: any[]): void;
(message?: any, ...optionalParams: any[]): void;
};
export declare function patchConsoleError(): void;