Rocky_Mountain_Vending/.pnpm-store/v10/files/0b/0426a9a122b6f19578e654442ba1714005e568ce9f921c33c71db14a7d6afac82fa4d89e1bdf8fee45aee2241f35beb88d461c37b3eba0e5c56b775cab87ed
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
158 B
Text

export declare const getDayWithOptions: import("./types.js").FPFn2<
number,
import("../getDay.js").GetDayOptions | undefined,
string | number | Date
>;