Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion desktop/scripts/check-file-sizes.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const overrides = new Map([
["src-tauri/src/nostr_convert.rs", 1126],
["src/shared/api/relayClientSession.ts", 1022],
["src-tauri/src/migration.rs", 1295],
["src-tauri/src/managed_agents/teams.rs", 1020],
]);

await runFileSizeCheck({
Expand Down
2 changes: 2 additions & 0 deletions desktop/src-tauri/src/managed_agents/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ mod relay_mesh;
mod restore;
mod runtime;
mod storage;
mod team_repair;
mod teams;
mod types;

Expand All @@ -24,6 +25,7 @@ pub use relay_mesh::*;
pub use restore::*;
pub use runtime::*;
pub use storage::*;
pub use team_repair::sync_team_personas;
pub use teams::*;
pub use types::*;

Expand Down
Loading