Rocky_Mountain_Vending/.pnpm-store/v10/files/04/3b91339b30b80ed51c703431cf01a39568a4417a72218a247184f4180416086d4c3ba950a96d685f82f44bb20a39588accc5b16b29e63130bf96daf46da5f8
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
196 B
Text

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