Rocky_Mountain_Vending/.pnpm-store/v10/files/8c/c2d34034c3ed9ecba2025b3f4c0ee1288ec7b9696d8796997106be3eea53fe1994ef8e63df5caee19359ef41651ac8cb4c87ba6c3e14a238cdf79cd5e508e2
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
272 B
Text

import PagesRouteModule from '../module';
export declare const routeModule: PagesRouteModule;
export declare const handler: (req: import("http").IncomingMessage, res: import("http").ServerResponse, ctx: {
waitUntil: (prom: Promise<void>) => void;
}) => Promise<void>;