worker: allow companion to manage workers

This commit is contained in:
2026-08-05 23:20:38 +09:00
parent 5c5921fcd2
commit 22b6f4e71d
3 changed files with 25 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import "./base.dcdl" // {
memory = { enabled = true; };
web = { enabled = true; };
sub_worker = { enabled = true; };
worker = { enabled = false; };
worker = { enabled = true; };
ticket = { enabled = true; authoring = true; thread = true; };
};
}