diff --git a/packages/cli/src/index.ts b/packages/cli/src/index.ts index 6f5b5fa71..51a4dfec8 100755 --- a/packages/cli/src/index.ts +++ b/packages/cli/src/index.ts @@ -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)