chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-29 20:36:56 +00:00
parent 4c0a372047
commit 3d6c516840
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]]),
),
)
}