opencode-agent[bot] 3 месяцев назад
Родитель
Сommit
0d2508ffd5
1 измененных файлов с 1 добавлено и 4 удалено
  1. 1 4
      packages/cli/src/index.ts

+ 1 - 4
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)