Rocky_Mountain_Vending/.pnpm-store/v10/files/df/a5dd5b44e555862d4b30c046d72511cb8a665f045f046ed2e7fed062d414aca2526bc21e1de6b74d5490623fa2cd858103556fe1c16f4ca8dcc82d04203e07
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
132 B
Text

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