Rocky_Mountain_Vending/.pnpm-store/v10/files/65/134bea8e14343cde335c4f413b9ede7a431b2f912004b65065fc7dcb5fc7b50b1bcae999c4ebc062827985e3586cbbcce00b7312cf78db9f84b85750527fde
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
348 B
Text

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