chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-29 20:53:48 +00:00
parent fd213e6df6
commit 78235385dd
8 changed files with 11 additions and 39 deletions
@@ -44,14 +44,7 @@ const testStateLayer = Layer.effectDiscard(
const workspaceLayer = workspaceLayerWithRuntimeFlags({ experimentalWorkspaces: true })
const it = testEffect(
Layer.mergeAll(
testStateLayer,
NodeHttpServer.layerTest,
NodeServices.layer,
workspaceLayer,
),
)
const it = testEffect(Layer.mergeAll(testStateLayer, NodeHttpServer.layerTest, NodeServices.layer, workspaceLayer))
const instanceContextTestLayer = Layer.mergeAll(
instanceContextLayer,