Rocky_Mountain_Vending/.pnpm-store/v10/files/6c/19234dcc6d87f632580d33c0421f43839ad8262c8d198cbc7626d8802f7b469bad7606d3e2b9c44f188ac1796dac0a287879e6e8db83c775d73605a9b6efc4
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
299 B
Text

import { type BinaryHmrMessageSentToBrowser } from './hot-reloader-types';
export declare const FAST_REFRESH_RUNTIME_RELOAD = "Fast Refresh had to perform a full reload due to a runtime error.";
export declare function createBinaryHmrMessageData(message: BinaryHmrMessageSentToBrowser): Uint8Array;