Rocky_Mountain_Vending/.pnpm-store/v10/files/9a/e9f58bbac069559e249f7d4953b556c773e79a6ae6211d7794a3baa5290c5f3e5ab53f9c2abcc1d6fc9a7112720fe85656ce061833ea304289f12e377f5d17
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

5 lines
No EOL
254 B
Text

/* eslint-disable import/no-extraneous-dependencies */ import { createClientModuleProxy } from 'react-server-dom-webpack/server';
// Re-assign to make it typed.
export const createProxy = createClientModuleProxy;
//# sourceMappingURL=module-proxy.js.map