Rocky_Mountain_Vending/.pnpm-store/v10/files/8d/7fcd3bdae8de42bd9c2e8114578db6983e2d7db0374287ace5364dcbc580a390c025c8e7be3e0301789e00c72e34a0ceaa2f949d77770d9f437df1bc9fe50d
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
237 B
Text

import type { webpack } from 'next/dist/compiled/webpack/webpack';
declare const flightServerReferenceProxyLoader: webpack.LoaderDefinitionFunction<{
id: string;
name: string;
}>;
export default flightServerReferenceProxyLoader;