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

13 lines
429 B
Plaintext

module.exports = function realmPlugin() {
return {
id: 'realm-plugin',
processContent: () => {},
afterRoutesCreated: () => {},
loaders: { 'test-loader': () => {} },
requiredEntitlements: ['test-entitlement'],
ssoConfigSchema: { type: 'object', additionalProperties: true },
redoclyConfigSchema: { type: 'object', additionalProperties: false },
ejectIgnore: ['Navbar.tsx', 'Footer.tsx'],
};
};