Rocky_Mountain_Vending/.pnpm-store/v10/files/91/a3e36e865ea9e06de848446b6c47389c6ee0029fd5b0c6665589aaa1600940cfa24d56b466b27bf0fea4032a5975d22283adf0706d772e35a9c53c19b91a0a
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 { getDay as fn } from "../getDay.js";
import { convertToFP } from "./_lib/convertToFP.js";
export const getDayWithOptions = convertToFP(fn, 2);
// Fallback for modularized imports:
export default getDayWithOptions;