Skip to content

Commit 8536d99

Browse files
committed
updates
1 parent 3870a3a commit 8536d99

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/opencode/src/config/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,7 @@ export namespace Config {
861861
before: Info
862862
after: Info
863863
diff: ConfigDiff
864+
diffForPublish: ConfigDiff
864865
filepath: string
865866
}> {
866867
const scope = input.scope ?? "project"

packages/opencode/src/server/server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ import { TuiEvent } from "@/cli/cmd/tui/event"
4141
import { Snapshot } from "@/snapshot"
4242
import { SessionSummary } from "@/session/summary"
4343
import { isConfigHotReloadEnabled } from "../config/hot-reload"
44-
import { TuiEvent } from "@/cli/cmd/tui/event"
4544

4645
const ERRORS = {
4746
400: {

0 commit comments

Comments
 (0)