refactor(flags): move channel db flag to runtime flags (#27615)
This commit is contained in:
parent
cb4f5cdea9
commit
fc34c74567
8 changed files with 96 additions and 55 deletions
2
packages/desktop/src/main/env.d.ts
vendored
2
packages/desktop/src/main/env.d.ts
vendored
|
|
@ -19,7 +19,7 @@ declare module "virtual:opencode-server" {
|
|||
export const init: typeof import("../../../opencode/dist/types/src/node").Log.init
|
||||
}
|
||||
export namespace Database {
|
||||
export const Path: typeof import("../../../opencode/dist/types/src/node").Database.Path
|
||||
export const getPath: typeof import("../../../opencode/dist/types/src/node").Database.getPath
|
||||
export const Client: typeof import("../../../opencode/dist/types/src/node").Database.Client
|
||||
}
|
||||
export namespace JsonMigration {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue