Rocky_Mountain_Vending/.pnpm-store/v10/files/12/94a7a22849428f60331db7c9a0957724f13b8fac6a1e2fd883eaf3eaa955958b7d50e7b0c2fea0d0841e710c2fdb695d44bbca18c7512a03ef793e60313d0f
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
354 B
Text

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