Rocky_Mountain_Vending/.pnpm-store/v10/files/07/9eb3c081ff6b3705e8608313a58bc5112518ef3724033d3ac82a55ceae04fe723a6e9082157df050f36cb1bf340801a34995e260d21dad255495f7aa590f45
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
116 B
Text

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