Rocky_Mountain_Vending/.pnpm-store/v10/files/43/41faa298b5cd4754372da09fcef6d0bfb2d01d620b5feb576d836b4be3f312883ed4fed5980b84655d5272d209b7b4fc59413fd13c7fe559a7f8a8c3f79152
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
164 B
Text

import { SMITHY_CONTEXT_KEY } from "@smithy/types";
export const getSmithyContext = (context) => context[SMITHY_CONTEXT_KEY] || (context[SMITHY_CONTEXT_KEY] = {});