persona-community-5/.pnpm-store/v3/files/4e/f12da0b6f618cc9cb263bf50f0b869429783dec01e27b7e291c28664bb5f1c24db5c8d9ac6f310068fc94a9e90daa182f41b53380c722840ec55341b0ae33c
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

7 lines
136 B
Plaintext

export const config = {
onError: e => console.error(e),
};
export const setConfig = (conf) => {
Object.assign(config, conf);
};