Rocky_Mountain_Vending/.pnpm-store/v10/files/eb/ad4b55f2f5d5c989235a8e8cb2c43180ebf4b501d52fcc939cedcad652b7c70d21acf06e3434050ee86bb00122da1ae0898dec2e975276b61541647f5cf5fc
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
779 B
Text

"use strict";
exports.nn = void 0;
var _index = require("./nn/_lib/formatDistance.cjs");
var _index2 = require("./nn/_lib/formatLong.cjs");
var _index3 = require("./nn/_lib/formatRelative.cjs");
var _index4 = require("./nn/_lib/localize.cjs");
var _index5 = require("./nn/_lib/match.cjs");
/**
* @category Locales
* @summary Norwegian Nynorsk locale.
* @language Norwegian Nynorsk
* @iso-639-2 nno
* @author Mats Byrkjeland [@draperunner](https://github.com/draperunner)
*/
const nn = (exports.nn = {
code: "nn",
formatDistance: _index.formatDistance,
formatLong: _index2.formatLong,
formatRelative: _index3.formatRelative,
localize: _index4.localize,
match: _index5.match,
options: {
weekStartsOn: 1 /* Monday */,
firstWeekContainsDate: 4,
},
});