refactor(flags): move channel db flag to runtime flags (#27615)

This commit is contained in:
Shoubhit Dash 2026-05-15 04:09:10 +05:30 committed by GitHub
commit fc34c74567
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 96 additions and 55 deletions

View file

@ -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 {