Rocky_Mountain_Vending/.pnpm-store/v10/files/f2/4fdcc0ca3276d4944babca073ebde5c814854f9d55fef7c7ee056ab8a1decfaf69bb3bdc137019d2f77d5aa56ba540b08253f2dd5c582dc34e819a7fe3253f
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
114 B
Text

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