feat(modules)!: the module system cutover — a game-agnostic core reaches main #150

Merged
whitlocktech merged 52 commits from edge into main 2026-08-12 23:10:31 +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)