Rocky_Mountain_Vending/.pnpm-store/v10/files/da/77facbea2fa73c539c0c7dc0190a5dfe6ca0d661405acbaf06a66605f712eb7fdab40d857c405c1da251451314c86bc14212b89e3df4bf9ddd48de97de7282
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

11 lines
441 B
Text

"use strict";
exports.differenceInCalendarWeeksWithOptions = void 0;
var _index = require("../differenceInCalendarWeeks.cjs");
var _index2 = require("./_lib/convertToFP.cjs"); // This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
const differenceInCalendarWeeksWithOptions =
(exports.differenceInCalendarWeeksWithOptions = (0, _index2.convertToFP)(
_index.differenceInCalendarWeeks,
3,
));