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>
1 line
No EOL
725 B
Text
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]} |