Rocky_Mountain_Vending/.pnpm-store/v10/files/b6/b4cbcaef3df3820510117dbc0079855b6cf01ae5069985fad97a4659eb261785e35cf203ccb7b8a5b6664a4be4d71e9a28d873b77033d05b0b0e687ba227fb
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

11 lines
370 B
Text

// src/workers/core/strip-cf-connecting-ip.worker.ts
var strip_cf_connecting_ip_worker_default = {
fetch(request) {
let headers = new Headers(request.headers);
return headers.delete("CF-Connecting-IP"), fetch(request, { headers });
}
};
export {
strip_cf_connecting_ip_worker_default as default
};
//# sourceMappingURL=strip-cf-connecting-ip.worker.js.map