Rocky_Mountain_Vending/.pnpm-store/v10/files/86/a7d0e08629182e12977839e113b52c467dd49f4ac9f3de1d6a570540c4f963bc520c5aade5b83e2aecb238b37fd37e7b28a1e41a3e57c8438853f89c4e6af8
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

27 lines
709 B
Text

"use strict";
exports.eo = void 0;
var _index = require("./eo/_lib/formatDistance.cjs");
var _index2 = require("./eo/_lib/formatLong.cjs");
var _index3 = require("./eo/_lib/formatRelative.cjs");
var _index4 = require("./eo/_lib/localize.cjs");
var _index5 = require("./eo/_lib/match.cjs");
/**
* @category Locales
* @summary Esperanto locale.
* @language Esperanto
* @iso-639-2 epo
* @author date-fns
*/
const eo = (exports.eo = {
code: "eo",
formatDistance: _index.formatDistance,
formatLong: _index2.formatLong,
formatRelative: _index3.formatRelative,
localize: _index4.localize,
match: _index5.match,
options: {
weekStartsOn: 1 /* Monday */,
firstWeekContainsDate: 4,
},
});