Rocky_Mountain_Vending/.pnpm-store/v10/files/3c/952b81ad9dcbeaed42ad1bea24a1ca5155c5b8c9d1b578444d36c0f6c3a806add34c6e68498092ce84c0ebc04b748792a43148e7b6783e1aa2911f67a08e5e
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
348 B
Text

// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
import { lastDayOfMonth as fn } from "../lastDayOfMonth.js";
import { convertToFP } from "./_lib/convertToFP.js";
export const lastDayOfMonthWithOptions = convertToFP(fn, 2);
// Fallback for modularized imports:
export default lastDayOfMonthWithOptions;