Rocky_Mountain_Vending/.pnpm-store/v10/files/35/5c97f851550de12d28fd19c29e9273c1a03fe26f3579cc36e3050752c6ef7cc330432ce7a563a3666be7a52152b56425bf43e0fffc62c8c3e1328076603550
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

7 lines
201 B
Text

export const getReferenceValue = ({ ref }, options) => {
const referenceRecord = {
...options.endpointParams,
...options.referenceRecord,
};
return referenceRecord[ref];
};