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