Rocky_Mountain_Vending/.pnpm-store/v10/files/72/3eb3fc6650074602a89e8327b2e34801b9864b4fe73e1e5e0121d3343287a3c38c0463bef4764c2e8cd691b440d44e1e2b87f05b71a1f5acff9dfe0f4b8d2b
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
140 B
Text

export const deref = (schemaRef) => {
if (typeof schemaRef === "function") {
return schemaRef();
}
return schemaRef;
};