Rocky_Mountain_Vending/.pnpm-store/v10/files/07/f6bbf217893d1da6119275cd9c5db5f9ba5edc6ed8fb455d40f9c21ec572fe6a5c2ee3478577c0d284ae6a1776b83ac82d20ad49527a84659cd27692e4b2f7
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

8 lines
320 B
Text

/**
* Needs to be in the same error boundary as the shell.
* If it commits, we know we recovered from an SSR error.
* If it doesn't commit, we errored again and React will take care of error reporting.
*/
export declare function ReplaySsrOnlyErrors({ onBlockingError, }: {
onBlockingError: () => void;
}): null;