Rocky_Mountain_Vending/.pnpm-store/v10/files/f7/cb84738fd31d4a47080ec043004a2c71e6c55ea57b21a63e40c0619b280628a0c6328bf3ffd321bfe850a0d424b73eb3fa7074603d2d1d05f5eee76477d751
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
176 B
Text

'use strict';
module.exports = function () {
throw new Error(
'ws does not work in the browser. Browser clients must use the native ' +
'WebSocket object'
);
};