Rocky_Mountain_Vending/.pnpm-store/v10/files/45/fcbda5e50a38516701e9fa94f903e7b1bc2db135fd5695fea6da383de822a461cf335fa5ad177f3a7708f1bfe41d1cc27472538721ddf2daa6ef7b002d5b25
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 getDaysInMonth: import("./types.js").FPFn1<
number,
string | number | Date
>;