Rocky_Mountain_Vending/.pnpm-store/v10/files/9e/e175de3bf7622175f646c074657e14e44633898186634d073c78e2f2ebff4831eee61a8ed7e82f9ce5c4f251b464c31e86e07567a4d0f040690893e79ff3a0
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
184 B
Text

export declare const nextMondayWithOptions: import("./types.js").FPFn2<
Date,
import("../nextMonday.js").NextMondayOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;