persona-community-5/.pnpm-store/v3/files/04/6ffe30f35344435bf56d6ed4fe305aa9ed1626275140516e1c21dc01be0d587356406af8961b27dd23101e6a897776ac0cfc9648bb1b0679e208fb3fd6bbbf
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

11 lines
309 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.setConfig = exports.config = void 0;
exports.config = {
onError: function (e) { return console.error(e); },
};
var setConfig = function (conf) {
Object.assign(exports.config, conf);
};
exports.setConfig = setConfig;