chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-29 20:24:42 +00:00
parent 15bcbb1d7a
commit 9151af7045
2 changed files with 15 additions and 3 deletions
@@ -23,7 +23,10 @@ import { Config } from "@/config/config"
const it = testEffect(
AppNodeBuilder.build(LayerNode.group([CrossSpawnSpawner.node, LayerNodePlatform.filesystem, InstanceStore.node]), [
[InstanceBootstrap.node, Layer.succeed(InstanceBootstrap.Service, InstanceBootstrap.Service.of({ run: Effect.void }))],
[
InstanceBootstrap.node,
Layer.succeed(InstanceBootstrap.Service, InstanceBootstrap.Service.of({ run: Effect.void })),
],
]),
)