chore(storage): update drizzle and channel db handling
This commit is contained in:
parent
e0ca52ed1f
commit
5e699c9426
6 changed files with 33 additions and 19 deletions
|
|
@ -60,6 +60,7 @@ export namespace Flag {
|
|||
export const OPENCODE_EXPERIMENTAL_MARKDOWN = !falsy("OPENCODE_EXPERIMENTAL_MARKDOWN")
|
||||
export const OPENCODE_MODELS_URL = process.env["OPENCODE_MODELS_URL"]
|
||||
export const OPENCODE_MODELS_PATH = process.env["OPENCODE_MODELS_PATH"]
|
||||
export const OPENCODE_DISABLE_CHANNEL_DB = truthy("OPENCODE_DISABLE_CHANNEL_DB")
|
||||
|
||||
function number(key: string) {
|
||||
const value = process.env[key]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue