Rocky_Mountain_Vending/.pnpm-store/v10/files/27/1ef268737deebfcf1185ec57da5aaad244409d38eaac3a3327d30d638ae1b5a17a807c991cd926e6d8ff7a22e117e2719e4b55026978e8290fac5ea8acc551
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

39 lines
No EOL
976 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
0 && (module.exports = {
setGlobal: null,
traceGlobals: null,
traceId: null
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
setGlobal: function() {
return setGlobal;
},
traceGlobals: function() {
return traceGlobals;
},
traceId: function() {
return traceId;
}
});
const _nodecrypto = require("node:crypto");
let _traceGlobals = global._traceGlobals;
if (!_traceGlobals) {
_traceGlobals = new Map();
}
global._traceGlobals = _traceGlobals;
const traceGlobals = _traceGlobals;
const setGlobal = (key, val)=>{
traceGlobals.set(key, val);
};
const traceId = process.env.TRACE_ID || process.env.NEXT_PRIVATE_TRACE_ID || (0, _nodecrypto.randomBytes)(8).toString('hex');
//# sourceMappingURL=shared.js.map