Rocky_Mountain_Vending/.pnpm-store/v10/files/8a/c797d9eb7c11c7301fdf02cbb9dba48e4e76f93aeb88ccf2f9fc3800b3182712ed627f07a75119211a0674868a18daca7814eb29725a7c22801364f8caa98a
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
99 B
Text

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