Rocky_Mountain_Vending/.pnpm-store/v10/files/cf/2bb3f743a0ee32e0fe5309a3da81b644ea8645ad42a86aec316383c6d11e0ff801c12705c2486e7e1520bd5f27291bf0e521575e1bf3c0b3aacb0c9e599ab7
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
336 B
Text

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