Rocky_Mountain_Vending/.pnpm-store/v10/files/f2/f17f53c23286090567d7652bdc7d4ea4ab97537c09a8d6177e6a292255a81974c5d6d4eaefa10fee8517ea8199cbf038b2d3ac405d6a7a5d23dcb9b947e35d
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

3 lines
149 B
Text

export const resolveEventStreamSerdeConfig = (input) => Object.assign(input, {
eventStreamMarshaller: input.eventStreamSerdeProvider(input),
});