浏览代码

feat(runtime): stale branch detection

Jobdori 2 月之前
父节点
当前提交
c5aedc6e4e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;