persona-community-5/.pnpm-store/v3/files/da/004fc88ea6f46cccb4566cd6a9a4bfac8a3bc7d75cb6e3f831fdd63ccfb2b2406ee3cd5cf1523941b262f71bd7c20dc584926e6da3d6ffbb4c56a6aeab0998
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

16 lines
371 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var currentNonce;
exports.setNonce = function (nonce) {
currentNonce = nonce;
};
exports.getNonce = function () {
if (currentNonce) {
return currentNonce;
}
if (typeof __webpack_nonce__ !== 'undefined') {
return __webpack_nonce__;
}
return undefined;
};