fix(matrix): avoid heavy jiti runtime barrels

This commit is contained in:
Ayaan Zaidi
2026-03-28 15:35:05 +05:30
parent a628d5d78b
commit 8ea5c22985
3 changed files with 25 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ export {
describeAccountSnapshot,
listCombinedAccountIds,
mergeAccountConfig,
resolveListedDefaultAccountId,
resolveMergedAccountConfig,
} from "../channels/plugins/account-helpers.js";
export { normalizeChatType } from "../channels/chat-type.js";