Rocky_Mountain_Vending/.pnpm-store/v10/files/f3/3c0078d1a47acc8d77966e1d1742bca86dd27ea8c99ffda6f2c05e5ad3ee7a84ec55051466aa052425586a7f44bc7e48325da352c963b2126f98ce89d601a6
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
245 B
Text

import type { IncomingHttpHeaders } from 'node:http';
/**
* Removes the flight headers from the request.
*
* @param req the request to strip the headers from
*/
export declare function stripFlightHeaders(headers: IncomingHttpHeaders): void;