Rocky_Mountain_Vending/.pnpm-store/v10/files/b4/22b88173d279cd657345c67a70ad4b8fefe082013d9f256e6b521d1699cf62ccfcd86f2aae2e1c8290ebb62860225c9ddd139aa4c59f6848bd66e16ca82f3c
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
No EOL
193 B
Text

import { WebSocketSubject } from './WebSocketSubject';
export function webSocket(urlConfigOrSource) {
return new WebSocketSubject(urlConfigOrSource);
}
//# sourceMappingURL=webSocket.js.map