feat(modules): the three de-entanglement registries, with core as the registrant #131

Merged
whitlocktech merged 2 commits from feature/module-registries into edge 2026-08-10 23:18:59 +00:00
Showing only changes of commit 97f19b4221 - Show all commits

View File

@@ -301,6 +301,8 @@ function registerCore() {
// whole claim PR 4 is making.
api.registerNotificationStreams(shardStreams.STREAMS)
api.registerAnnounceLeg(townCrierLeg.leg)
// The third argument is core-only and has no module counterpart — see
// checkExtensionShape. A module ships a prebuilt swagger-fragment.json instead.
api.registerExtension('admin.users.detail', shardExtension, require.resolve('../router/v1/admin/usersShard.router'))
apply(api.staged)