Rocky_Mountain_Vending/.pnpm-store/v10/files/66/774fae245ce7bba13231fc36a1d383a87f868fdbd82986570416537762d9c1df0577f01e68ab26073013dacd2f15d0da53fac754a51d98ae75ac45c2ec8eb1
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
133 B
Text

/**
* The header type declaration of `undici`.
*/
export type IncomingHttpHeaders = Record<string, string | string[] | undefined>;