Rocky_Mountain_Vending/.pnpm-store/v10/files/f4/255780958c4a6a043d651fb178f54a4663cb1dfbd771fa211a5eda20d944470de699c9edf736ddfd228690eb6c0dccad2c49cf7c423db7e670ed412730e726
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
497 B
Text

import { type TurbopackMessageSentToBrowser } from '../../../../server/dev/hot-reloader-types';
import { type StaticIndicatorState } from './hot-reloader-app';
export declare function createWebSocket(assetPrefix: string, staticIndicatorState: StaticIndicatorState): WebSocket;
export declare function createProcessTurbopackMessage(sendMessage: (data: string) => void): (msg: TurbopackMessageSentToBrowser) => void;
export declare function useWebSocketPing(webSocket: WebSocket | undefined): void;