Rocky_Mountain_Vending/.pnpm-store/v10/files/76/f6d5888125a14914c3c3d9317e0b7b8658ea5e8f834048d581caa53d5056b344d0061dd1187548a47009c91f22371d2bc20aa861ad6276f4e138b8a4e8065d
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

28 lines
818 B
Text

"use strict";
exports.be = void 0;
var _index = require("./be/_lib/formatDistance.cjs");
var _index2 = require("./be/_lib/formatLong.cjs");
var _index3 = require("./be/_lib/formatRelative.cjs");
var _index4 = require("./be/_lib/localize.cjs");
var _index5 = require("./be/_lib/match.cjs");
/**
* @category Locales
* @summary Belarusian locale.
* @language Belarusian
* @iso-639-2 bel
* @author Kiryl Anokhin [@alyrik](https://github.com/alyrik)
* @author Martin Wind [@arvigeus](https://github.com/mawi12345)
*/
const be = (exports.be = {
code: "be",
formatDistance: _index.formatDistance,
formatLong: _index2.formatLong,
formatRelative: _index3.formatRelative,
localize: _index4.localize,
match: _index5.match,
options: {
weekStartsOn: 1 /* Monday */,
firstWeekContainsDate: 1,
},
});