Rocky_Mountain_Vending/.pnpm-store/v10/files/9f/c565ed244166a5abc8c8918a22492d713e9ec9fde46ca7bb588e744f181010170aa776d4f153828e2cb2970bb96c349429c2ed474abd33c000f2ef53f701be
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
187 B
Text

export declare const startOfWeekWithOptions: import("./types.js").FPFn2<
Date,
import("../startOfWeek.js").StartOfWeekOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;