Rocky_Mountain_Vending/.pnpm-store/v10/files/50/eb20672483bfad62114d246900ca80adcbb4fe113197fd06480b6b4c252bac2722c713ff602e86f8d232ca49e2141953be01ef72a11596de61c465c8544450
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

2 lines
154 B
Text

import { EventStreamMarshaller } from "./EventStreamMarshaller";
export const eventStreamSerdeProvider = (options) => new EventStreamMarshaller(options);