Rocky_Mountain_Vending/.pnpm-store/v10/files/ef/d6a9e98fd5278857f4be09da858045d3a01b3b4dc39edab40bd7b98aa54f85e0323f7dd4cdede2f0718651531d8f89a30e1f97b6d1eb44fb64cd7e15343772
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
161 B
Text

export declare const getWeekWithOptions: import("./types.js").FPFn2<
number,
import("../getWeek.js").GetWeekOptions | undefined,
string | number | Date
>;