Rocky_Mountain_Vending/.pnpm-store/v10/files/cc/70181d9bf9116ec5a1de6928b9daa43428c402be78f0272c74b945bdb72ada933553630d51a9879bea611eb5c982098eadd93f108628e3a717963bd3bc177b
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 { interval as fn } from "../interval.js";
import { convertToFP } from "./_lib/convertToFP.js";
export const intervalWithOptions = convertToFP(fn, 3);
// Fallback for modularized imports:
export default intervalWithOptions;