Rocky_Mountain_Vending/.pnpm-store/v10/files/d9/ec83a2a255e1d695f73c982eda5eab20a8f7f6c54fcf4f5fa1e62bc14f53be0d805b0e615b0bd3aa80a7ca9b547f18be8ae48821daf61f1b4eec122a1ccbcb
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
332 B
Text

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