Rocky_Mountain_Vending/.pnpm-store/v10/files/42/a5c36588f9436523c340a3a681a859f9bc6b9267df8a5be9e7a791ee092c97485fa7a07c40a1011e00e1f671dc7b23582ecacea966ca5ee3d2db3b9ef8a77d
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
340 B
Text

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