refactor(client): simplify local service lifecycle
This commit is contained in:
parent
4f1298063b
commit
75bc611ef1
51 changed files with 635 additions and 534 deletions
3
packages/www/content/docs/build/client.mdx
vendored
3
packages/www/content/docs/build/client.mdx
vendored
|
|
@ -123,7 +123,8 @@ bun add @effect/platform-node
|
|||
|
||||
```ts
|
||||
import { NodeFileSystem } from "@effect/platform-node"
|
||||
import { OpenCode, Service } from "@opencode-ai/client/effect"
|
||||
import { OpenCode } from "@opencode-ai/client/effect"
|
||||
import { Service } from "@opencode-ai/client/effect/service"
|
||||
import { Effect } from "effect"
|
||||
import { FetchHttpClient } from "effect/unstable/http"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue