Rocky_Mountain_Vending/.pnpm-store/v10/files/97/d74a95088c8b12d5e958cdc321ffe6941dc003f589fc3e245fa9b0a8ee9576173d04d90557b7af92b04c6a14f69aa4d21a02681f82dd94532064e6784123cd
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

6 lines
179 B
Text

import debug from 'debug';
export declare const debugInfo: debug.Debugger;
export declare class WebSocketServer {
#private;
constructor(port: number, verbose: boolean);
}