Rocky_Mountain_Vending/.pnpm-store/v10/files/ff/8cdb6ced53697f60bc5c4b6c3d67dc7ef7e948196334ea59c3c4878601b8fd85016ac271d42fa498936699895b2af0572fa1f416152adcc25a9f38a0cee38b
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
302 B
Text

import type { IncomingMessage, ServerResponse } from 'node:http';
declare const _default: any;
export default _default;
export declare const config: any;
export declare function handler(req: IncomingMessage, res: ServerResponse, ctx: {
waitUntil?: (prom: Promise<void>) => void;
}): Promise<void>;