Rocky_Mountain_Vending/.pnpm-store/v10/files/4e/eb82c4282e849c977013c525e7c6f3afd9725397ab5014768b78734bf33aa9ecf04b26a3ff619b745e687d78c6a8dd995a1014fd7cca1a15c5bd8b9f77a03e
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

3 lines
107 B
Text

export declare function isReactLargeShellError(error: unknown): error is Error & {
digest?: string;
};