Rocky_Mountain_Vending/.pnpm-store/v10/files/ad/3765a3f553bcc1ecec43f7e173657efd9d5bef2046cfe8adec221dcb1cf67c2a173fccd3f5af0948a86aecf1475cb3c09816c59d2d91d8995e5c562d806e82
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
358 B
Text

const stream = require('./web')
global.ReadableStream = stream.ReadableStream
global.ReadableStreamDefaultController = stream.ReadableStreamDefaultController
global.ReadableStreamDefaultReader = stream.ReadableStreamDefaultReader
global.CountQueuingStrategy = stream.CountQueuingStrategy
global.ByteLengthQueuingStrategy = stream.ByteLengthQueuingStrategy