refactor: remove setup command from host creation

This commit is contained in:
2026-04-04 12:48:51 +08:00
parent ae98e0735a
commit 22d40fdc50
2 changed files with 1 additions and 7 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ import { MutableSignal } from '@/utils/mutable-signal';
function createTestHost() {
const host = createGameHost(
{ registry, createInitialState },
'setup'
{ registry, createInitialState }
);
return { host };
}