Rocky_Mountain_Vending/.pnpm-store/v10/files/fd/fecb1cfedb03ab5ce44ebad875e73efa3669654ee747a31773710f4945126123219567b251c9b97c03862d366c9a7c023c6185e313de3f4a8a062dc3ec0caa
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
107 B
Text

export declare const startOfDay: import("./types.js").FPFn1<
Date,
import("../fp.js").DateArg<Date>
>;