Rocky_Mountain_Vending/.pnpm-store/v10/files/8c/0dd0a7dbbd6aba873fcf63ad06be0812525c03619343d6e3b45f434a3f2fa60229d464f3afac52f9f7afb76a6fd0515a6e980e22a1df00fdb7ad6187a07d2c
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
364 B
Text

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