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