Rocky_Mountain_Vending/.pnpm-store/v10/files/da/b99c4e48f4efed13b1400032c7e0c94060aa9e92ef0dcd7ba32d649c6f61e3a1651bf85c08fae309b04ee7fe02589db96e1c8fab68113114bf9effc3a68274
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
164 B
Text

export declare const fromUnixTimeWithOptions: import("./types.js").FPFn2<
Date,
import("../fromUnixTime.js").FromUnixTimeOptions<Date> | undefined,
number
>;