Files
lcbp3.np-dms.work/frontend/node_modules/next/dist/build/deployment-id.js
2025-09-21 20:29:15 +07:00

18 lines
466 B
JavaScript
Executable File

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "getDeploymentIdQueryOrEmptyString", {
enumerable: true,
get: function() {
return getDeploymentIdQueryOrEmptyString;
}
});
function getDeploymentIdQueryOrEmptyString() {
if (process.env.NEXT_DEPLOYMENT_ID) {
return `?dpl=${process.env.NEXT_DEPLOYMENT_ID}`;
}
return '';
}
//# sourceMappingURL=deployment-id.js.map