Rocky_Mountain_Vending/.pnpm-store/v10/files/c0/50654e4e4dca8e254925f2dce91fde57dff8055857913d1793bf4cbaf9a88e329f0bbac183aa6ab7daeaa3168c4df6feb58d9e1a81d560523d8eeb129815e2
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
155 B
Text

export declare const parseJSONWithOptions: import("./types.js").FPFn2<
Date,
import("../parseJSON.js").ParseJSONOptions<Date> | undefined,
string
>;