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