Rocky_Mountain_Vending/.pnpm-store/v10/files/15/54d3cd20ba4736dc220bc4004cd8cd9b48b9532023680453d7a083dd54e8dfa828d8f782f652a9ebabbba81d3649a502aa7f46ea756726d783e408f6ba7ada
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 nextWednesdayWithOptions: import("./types.js").FPFn2<
Date,
import("../nextWednesday.js").NextWednesdayOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;