Rocky_Mountain_Vending/.pnpm-store/v10/files/91/08f676d6974e30e0e0f10d9a7ea35a315ca9add7b656fa2d0600931c3e8c1aaca7962a068c02191decb0680e687b9ef8420c32be2cce1f5331af2d33be0580
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
122 B
Text

export declare const setMilliseconds: import("./types.js").FPFn2<
Date,
number,
import("../fp.js").DateArg<Date>
>;