Rocky_Mountain_Vending/.pnpm-store/v10/files/31/2dd4a939530a049f5cf798abb51bd34af1602b207cc40719fc751b7f6f6e4aabdc4d365f99dfdb8e9eba793064f4eeae74a6d1a6f1e63c192f2aeab01d1c69
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
352 B
Text

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