Rocky_Mountain_Vending/.pnpm-store/v10/files/2a/7cc4a1f79b5dfab837dd19a6a3b9dfd3723f7c4420588a492773a659d74b451616441bd446526a16c0ece7e43ee2db6eba1d35686ef9cc19047a98ed82d6e8
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 { addISOWeekYears as fn } from "../addISOWeekYears.js";
import { convertToFP } from "./_lib/convertToFP.js";
export const addISOWeekYearsWithOptions = convertToFP(fn, 3);
// Fallback for modularized imports:
export default addISOWeekYearsWithOptions;