Rocky_Mountain_Vending/.pnpm-store/v10/files/34/32c3a710d207f095c875b2228197bbe9ea106b6de6a016d6998274df69c45af8a10a6d86e3153381d662d4acc867f42c1e6cd91742590e1cd84f5ce8d11641
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
193 B
Text

export declare const startOfSecondWithOptions: import("./types.js").FPFn2<
Date,
import("../startOfSecond.js").StartOfSecondOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;