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