persona-community-5/.pnpm-store/v3/files/57/e67f43a80bd6bf8dec733e98c633aaac57347c47c31bc23b8d45630e8f37201274cffff95cb8ab04a2a1bf3eaf0d3a376f8564e59d6b31b02ff340ee075e73
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

10 lines
152 B
Plaintext

var util = require('util');
module.exports = function pluginWithInitLogic() {
util.deprecate(() => null);
return {
id: 'test-plugin',
};
};