Rocky_Mountain_Vending/.pnpm-store/v10/files/70/625bc8de6966eab7b3b21127571d472653815f07c6f3016d57c207d6cbe764f8037ff5e1ea9c5961793f78f46566be124cc6c92cac0654a091557892f4fcb3
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

4 lines
214 B
Text

import type { HeaderBag } from "@smithy/types";
import type { IncomingHttpHeaders } from "http2";
declare const getTransformedHeaders: (headers: IncomingHttpHeaders) => HeaderBag;
export { getTransformedHeaders };