Rocky_Mountain_Vending/.pnpm-store/v10/files/74/b2ab50e3e81c1b3b89bae34ad546472df04f51cf7306b07ba25b82092d8b7e40041cf71e54779cb528cd6d5b6ea527dc1b803eda90cf90ebc6ea9ecc87f4b8
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

9 lines
396 B
Text

// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
import { differenceInCalendarMonths as fn } from "../differenceInCalendarMonths.js";
import { convertToFP } from "./_lib/convertToFP.js";
export const differenceInCalendarMonthsWithOptions = convertToFP(fn, 3);
// Fallback for modularized imports:
export default differenceInCalendarMonthsWithOptions;