Rocky_Mountain_Vending/.pnpm-store/v10/files/07/e7a73d40be88f6bd709d51f23a123521742a86bc0dcdd379df391d71fb4c4e0119b09c036368edb69d24262ad6d301690f284cff83c9777f2f41d4759e65f8
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
344 B
Text

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