Browse Source

feat(runtime): stale branch detection

Jobdori 2 tháng trước cách đây
mục cha
commit
c5aedc6e4e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      rust/crates/runtime/src/lib.rs

+ 1 - 1
rust/crates/runtime/src/lib.rs

@@ -20,7 +20,7 @@ mod remote;
 pub mod sandbox;
 mod session;
 mod sse;
-mod stale_branch;
+pub mod stale_branch;
 pub mod task_registry;
 pub mod team_cron_registry;
 mod usage;