Rocky_Mountain_Vending/.pnpm-store/v10/files/34/0145bc28c6269d272739dee3ccc8976d8c402ffeac039531a30c11f4ed5410debe6b8cf9d0403d1dcd90fad50646ee74f0f70e6a143b99cb7abfce2aafb7b6
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
115 B
Text

export declare const addWeeks: import("./types.js").FPFn2<
Date,
number,
import("../fp.js").DateArg<Date>
>;