Add swarmScope, dmScope, appEventsScope, cryptoScope, channelMetaScope, permissionsScope, and hyperdbScope namespaces in index.js with dedicated import modules and platform-index-scope-registry.js (17 scopes). No behavior or mesh semantics changes. Co-authored-by: Cursor <[email protected]>
11 lines
264 B
JavaScript
11 lines
264 B
JavaScript
'use strict'
|
|
|
|
const appEvents = require('pearcord-app-events')
|
|
|
|
module.exports = {
|
|
AppEventBridge: appEvents.AppEventBridge,
|
|
APP_EVENTS: appEvents.APP_EVENTS,
|
|
APP_EVENT_CATEGORIES: appEvents.APP_EVENT_CATEGORIES,
|
|
categoryAllows: appEvents.categoryAllows
|
|
}
|