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>
24 lines
691 B
Text
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];
|
|
},
|
|
});
|
|
});
|