Rocky_Mountain_Vending/.pnpm-store/v10/files/3b/a07fb24e67c0a93ff0347bfbfe2edde5fe947dae3668e2c3c2b2387601dee6b3db5cf46c5b9f416e5b8c3a21820dd1b53125757f8ce7510429c890917124f8
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
304 B
Text

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