Rocky_Mountain_Vending/.pnpm-store/v10/files/19/b8e8dfbccf1799e96108cc3cba23d207d6319fcacb00989eff9f7fda64dcfb545b0a1b287daa17608a927824cb2fda039063a622fc684b86b81fdd22cdb8f3
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

1 line
No EOL
725 B
Text

{"version":3,"sources":["../../../src/server/app-render/strip-flight-headers.ts"],"sourcesContent":["import type { IncomingHttpHeaders } from 'node:http'\n\nimport { FLIGHT_HEADERS } from '../../client/components/app-router-headers'\n\n/**\n * Removes the flight headers from the request.\n *\n * @param req the request to strip the headers from\n */\nexport function stripFlightHeaders(headers: IncomingHttpHeaders) {\n for (const header of FLIGHT_HEADERS) {\n delete headers[header]\n }\n}\n"],"names":["stripFlightHeaders","headers","header","FLIGHT_HEADERS"],"mappings":";;;;+BASgBA;;;eAAAA;;;kCAPe;AAOxB,SAASA,mBAAmBC,OAA4B;IAC7D,KAAK,MAAMC,UAAUC,gCAAc,CAAE;QACnC,OAAOF,OAAO,CAACC,OAAO;IACxB;AACF","ignoreList":[0]}