Rocky_Mountain_Vending/.pnpm-store/v10/files/1d/4050243d3243fa3af64660d2b899a5c1d1868db99afb09d821e0519ff522b5078636258e04cf6a9ef25e392ffe2f66eac9fe7ae001610844cb8519db5f6cd6
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
113 B
Text

declare const fetchModule: ((input: RequestInfo | URL, init?: RequestInit) => Promise<Response>) & typeof fetch;