Rocky_Mountain_Vending/.pnpm-store/v10/files/5e/e9f063cccde55753a8661acb4c841567c61cea75e933efc49122572acfc434679a039c2383667ab19e7225be01c6c1f4a910dd3501074d265693760346b097
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

11 lines
294 B
Text

const formatRelativeLocale = {
lastWeek: "eeee 'diwethaf am' p",
yesterday: "'ddoe am' p",
today: "'heddiw am' p",
tomorrow: "'yfory am' p",
nextWeek: "eeee 'am' p",
other: "P",
};
export const formatRelative = (token, _date, _baseDate, _options) =>
formatRelativeLocale[token];