Rocky_Mountain_Vending/.pnpm-store/v10/files/96/aa758ddfae3a2ed5aa3291fffeb1771eb7c0213d6a52003b95778c9e3bbb5eded5680fb94ed6290aa82e55b6cec97da1c74a24c8cadeb9815aa7299d9025ff
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

6 lines
138 B
Text

export class SerdeContextConfig {
serdeContext;
setSerdeContext(serdeContext) {
this.serdeContext = serdeContext;
}
}