Rocky_Mountain_Vending/.pnpm-store/v10/files/63/3cc946edd6c7ce7f6019417fe392e737288b4ced3f198bae5468ed6c45417c0e2138e84779bde5f1dd169e075a8d58ff89a1b1d6b7314962f45821556964a6
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
106 B
Text

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