Rocky_Mountain_Vending/.pnpm-store/v10/files/c6/090b4047dbb1e01a0034556858eaebfc46a43043637214ca9f2c6da72e24517a86127f03b262b7691070f833a53296dd53ce8612bdc29a9d69bea1f3af58ad
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

5 lines
152 B
Text

# parse-cache-control
Simple function to parse `Cache-Control` headers. Taken from [Wreck](https://github.com/hapijs/wreck).
See `test.js` for usage.