Rocky_Mountain_Vending/.pnpm-store/v10/files/0c/be65912ca49d8a0fffd242b2fccb34b69477b3d043d93fe022ed8274e08892b9471874420d7e8d9e13febb74db70250274dfa0be40ea18301e85fcf45998fb
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
328 B
Text

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