Rocky_Mountain_Vending/.pnpm-store/v10/files/46/c7b254cc535d4ccebadaebda59ae1e5c5788cde3b25fecb185f0dda2985d6e5ec6ef06712b95910b207b9f99dd72c88e55f8ea34b1e5e2b293842885eb1dd0
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
302 B
Text

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