Rocky_Mountain_Vending/.pnpm-store/v10/files/65/593037676436271d0b830a382f52a373bd193ba5fdc780e384e720cffd9fe0ba332e02e1d84c6d31d2c7314821969b0cadb0cc40e0f55acb0d17b2f3f680e9
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
368 B
Text

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