Rocky_Mountain_Vending/.pnpm-store/v10/files/a3/babc2ec441b5dacf7d915af93a83ebd7e7897aa497b49c60d18c3286c3778720465fe5155ab61b1fe5d6f34f2114ab110e1783ddb3aa13fc9f5ee94008530f
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
113 B
Text

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