Rocky_Mountain_Vending/.pnpm-store/v10/files/9b/8f66f84488519c4c002311413636ae4f27954ccf8a67753fa8b35a323d1c5dbdc2bd27a49a38f3d17b1eb95b36eb3b31efd21e7d543975a0cad0250b961ea7
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
336 B
Text

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