feat: surface backend runtime workers in tui

This commit is contained in:
2026-07-21 17:41:50 +09:00
parent 2b307b8040
commit f79892baef
8 changed files with 863 additions and 26 deletions
+2 -2
View File
@@ -13,9 +13,9 @@ pkgs.mkShell {
];
shellHook = ''
if repo_root="$(git rev-parse --show-toplevel 2>/dev/null)"; then
# export YOI_POD_RUNTIME_COMMAND="$repo_root/target/debug/yoi"
: # export YOI_POD_RUNTIME_COMMAND="$repo_root/target/debug/yoi"
else
# export YOI_POD_RUNTIME_COMMAND="$PWD/target/debug/yoi"
: # export YOI_POD_RUNTIME_COMMAND="$PWD/target/debug/yoi"
fi
echo "dev-shell-loaded"
echo "YOI_POD_RUNTIME_COMMAND=$YOI_POD_RUNTIME_COMMAND"