Rocky_Mountain_Vending/.pnpm-store/v10/files/9c/e91242155f673f0b0f147cc53c9e51031e16c833190e6954cc82170eb0dfcc5063d499a8dfc9878d1730465b029b8c37b7b09b036b41230251f8acdee1ef74
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
344 B
Text

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