Rocky_Mountain_Vending/.pnpm-store/v10/files/8d/770a04f3f89bcf084c8556295325a559babb2b40d8a058094cfa27f50f6647afc5ad1671e03d33301ce981aecba7759864b15286e248ffe1a3ee32b73c4e4c
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

24 lines
691 B
Text

"use strict";
var _index = require("./locale/en-US.cjs");
Object.keys(_index).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _index[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _index[key];
},
});
});
var _index2 = require("./locale/fa-IR.cjs");
Object.keys(_index2).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _index2[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _index2[key];
},
});
});