chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-29 20:36:56 +00:00
parent 7a035d7fc0
commit 7d33a6f7c9
3 changed files with 9 additions and 3 deletions
@@ -622,7 +622,9 @@ export const layer = Layer.effect(
}),
fallback: { applied: false },
}).pipe(
Effect.provide(LayerNode.compile(InstanceStore.node, [[InstanceStore.bootstrapNode, InstanceBootstrap.node]])),
Effect.provide(
LayerNode.compile(InstanceStore.node, [[InstanceStore.bootstrapNode, InstanceBootstrap.node]]),
),
)
}