chore: generate

This commit is contained in:
opencode-agent[bot] 2026-05-30 04:51:39 +00:00
parent f6062bd5b6
commit 0d2508ffd5

View File

@ -9,7 +9,4 @@ const cli = Command.make("opencode", {}, () => Effect.void).pipe(
Command.withDescription("OpenCode command line interface"),
)
Command.run(cli, { version: "local" }).pipe(
Effect.provide(NodeServices.layer),
NodeRuntime.runMain,
)
Command.run(cli, { version: "local" }).pipe(Effect.provide(NodeServices.layer), NodeRuntime.runMain)