Rocky_Mountain_Vending/.pnpm-store/v10/files/77/53f41560a1c0ac939a223d37def653a8b050fcda8a687a6f5e04efb9b0af9c9730c81883a67f7297473b595b8fe10856d7c206436a66a3aa9e97e20f8e874c
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
371 B
Text

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