Rocky_Mountain_Vending/.pnpm-store/v10/files/64/60f3f8135e6e4288a7d2effc41e9ded92159e5c318ec3dd0a20f3ea6a78e06a05867b9d28a27dc9935c0cf643807d4a57c78374662e24a29ed933614fc231b
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
285 B
Text

const formatRelativeLocale = {
lastWeek: "eeee 'passat a' p",
yesterday: "'ièr a' p",
today: "'uèi a' p",
tomorrow: "'deman a' p",
nextWeek: "eeee 'a' p",
other: "P",
};
export const formatRelative = (token, _date, _baseDate, _options) =>
formatRelativeLocale[token];