Rocky_Mountain_Vending/.pnpm-store/v10/files/fc/84e39bdc50cdb957a30f4421e324818f63f3e371dfb5a44d687b496695bc400ab7b7853d04a923f3197ff2eb2809df9583044a5395edda8afa543ff389b047
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

5 lines
184 B
Text

export declare const startOfDayWithOptions: import("./types.js").FPFn2<
Date,
import("../startOfDay.js").StartOfDayOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;