Rocky_Mountain_Vending/.pnpm-store/v10/files/0a/67fe430777cd9f6935172a27c64b5d1932ad6a6e1cb68980193242a3775960b39022a868db1fda5b8c3a86408327c3c027f382198505108319d75ea45e7f39
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
334 B
Text

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