Rocky_Mountain_Vending/.pnpm-store/v10/files/34/4af92cf6372ba56c16a089ea84fa88a0076f3f8ab95e11702c06ab750d56fee38ce5c400b30cdbc191131adb70b1f2c288270f8ff887b6e482742d8c203c9f
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 { addHours as fn } from "../addHours.js";
import { convertToFP } from "./_lib/convertToFP.js";
export const addHoursWithOptions = convertToFP(fn, 3);
// Fallback for modularized imports:
export default addHoursWithOptions;