Rocky_Mountain_Vending/.pnpm-store/v10/files/27/5dfae32648c934998727f45e2a6048bbb458e3789f601eb4ab4ef4e5e321457c1eb0d5c1db5ebef59c40e8af0806d0522249d64811137ab702d7f533a5aca0
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

4 lines
103 B
Text

export declare const getISOWeekYear: import("./types.js").FPFn1<
number,
string | number | Date
>;