chore: generate
This commit is contained in:
parent
f6062bd5b6
commit
0d2508ffd5
1 changed files with 1 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue