Rocky_Mountain_Vending/.pnpm-store/v10/files/51/a8518d677cdd3c8b8ffe07d56722f3219368105e96a7917f44d678dc76cbb64515111999f84a8acdcee729a0a5aa8695504981c81bccb763e8304b3bd8fb20
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

2 lines
201 B
Text

import type { ServerResponse, IncomingMessage } from 'http';
export declare function getDisableDevIndicatorMiddleware(): (req: IncomingMessage, res: ServerResponse, next: () => void) => Promise<void>;