Rocky_Mountain_Vending/.pnpm-store/v10/files/2d/9167a0296500fb12c5448176d7bdebb1338efed09b10e66a04647fa36e7f1dc4464f2ab5c865f5249656c26e0e39e28cac3351c53feb44a940d1a7d6c164f3
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
346 B
Text

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