refactor: make supervisor internal

This commit is contained in:
robcholz
2026-02-07 20:50:49 -05:00
parent 8e0439cd75
commit bc58f6bbbb
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -135,6 +135,7 @@ fn spawn_manager_process(
if raw_args.len() > 1 {
cmd.args(&raw_args[1..]);
}
cmd.env("VIBEBOX_INTERNAL", "1");
if !use_supervisor {
cmd.env("VIBEBOX_VM_MANAGER", "1");
}