Rocky_Mountain_Vending/.pnpm-store/v10/files/75/8df26af11969cb8899b207dc733db32a505452228501ddf2ee2bd50f05e1d3a9c2d6ecda4e4bf2b2baa546449a520e01d5f493bae15389f38ecbc41b3d049b
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
322 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 lastDayOfWeek = convertToFP(fn, 1);
// Fallback for modularized imports:
export default lastDayOfWeek;