Rocky_Mountain_Vending/.pnpm-store/v10/files/79/906bae69ded24d1771d7fd31fadca4cfab1eedff69db4eeb6e46b3bb55f2c04f353b0cab43c6b959da581b791dd9e7e6776200a5d0a3d6dcb8b50ed80beeed
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
316 B
Text

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