Rocky_Mountain_Vending/.pnpm-store/v10/files/b8/dced9b2970bb1a8c6cf82dbc4d382f0d61a43bce7b1fd764a689163cf4cb6253f5d311ea4b27b51c8ef042699794140d837c842dc4ed820ee238c5f594c2eb
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

3 lines
114 B
Text

type Fetch = typeof fetch;
export declare function interceptHttpGet(originalFetch: Fetch): () => void;
export {};