chore: generate
This commit is contained in:
@@ -9,7 +9,4 @@ const cli = Command.make("opencode", {}, () => Effect.void).pipe(
|
|||||||
Command.withDescription("OpenCode command line interface"),
|
Command.withDescription("OpenCode command line interface"),
|
||||||
)
|
)
|
||||||
|
|
||||||
Command.run(cli, { version: "local" }).pipe(
|
Command.run(cli, { version: "local" }).pipe(Effect.provide(NodeServices.layer), NodeRuntime.runMain)
|
||||||
Effect.provide(NodeServices.layer),
|
|
||||||
NodeRuntime.runMain,
|
|
||||||
)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user