Rocky_Mountain_Vending/.pnpm-store/v10/files/a6/9834adc973913704e365cdfbdbe152c22b3053057b7936f231d0e694b42f3e7aceaf5cbfdbbd9c442505fcade079eb6af06decef4b0b1b673af8eeefc1b79b
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 { endOfDecade as fn } from "../endOfDecade.js";
import { convertToFP } from "./_lib/convertToFP.js";
export const endOfDecadeWithOptions = convertToFP(fn, 2);
// Fallback for modularized imports:
export default endOfDecadeWithOptions;