Rocky_Mountain_Vending/.pnpm-store/v10/files/5e/79ad2639f97faae2cfdf8e7b4b1762b8240eb6fdb4c398d4b3b2c5775082116801dcad829de80a0f0542ef4e6b4276b8c45ac6d6279635117182ac97181122
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
147 B
Text

export declare function createDedupeFetch(originalFetch: typeof fetch): (resource: URL | RequestInfo, options?: RequestInit) => Promise<Response>;