Rocky_Mountain_Vending/.pnpm-store/v10/files/89/b4245301100fb80862f6c2f9ff66ab496c66740792cbab990a9e6c921c07e8fbef33f95c00885d2284d6259dbbef39be6d4fcf777d30d871b2f669e15493e6
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
141 B
Text

const events = require('./web')
global.Event = events.Event
global.CustomEvent = events.CustomEvent
global.EventTarget = events.EventTarget