Rocky_Mountain_Vending/.pnpm-store/v10/files/87/fda0d28daea2ddcfe239612da8b11d65fa34e1f70cd0e6a89ffb105e487b910472817f86a91430b97951abe49258b546e703c8c601bceef8fe77e7088ee0ff
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
324 B
Text

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