Rocky_Mountain_Vending/.pnpm-store/v10/files/01/0fcc49876268715ea62feb5caee2c35761c20211c29bea6c9376a92ed06687db4eeb5028f8cc1987a33b0f905f00c45c8dbaa9335214016e97e5bceb25460b
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
98 B
Text

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