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