chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-29 19:58:09 +00:00
parent 9767d175e0
commit c925d273ba
2 changed files with 10 additions and 5 deletions
@@ -52,7 +52,10 @@ const workspaceLayer = (experimentalWorkspaces: boolean) =>
]),
[
[RuntimeFlags.node, RuntimeFlags.layer({ experimentalWorkspaces })],
[InstanceBootstrap.node, Layer.succeed(InstanceBootstrap.Service, InstanceBootstrap.Service.of({ run: Effect.void }))],
[
InstanceBootstrap.node,
Layer.succeed(InstanceBootstrap.Service, InstanceBootstrap.Service.of({ run: Effect.void })),
],
],
)