Rocky_Mountain_Vending/.pnpm-store/v10/files/f8/e60bc44dde923d15d127e710801450c35d1d0324f5bbc9a49f92aae8d894032a425543a82913cf16ae9a4c14b10ccbd7f7f68649e2288558ec681f354dcb81
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

8 lines
366 B
Text

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