|
|
@@ -61,6 +61,7 @@ export namespace Flag {
|
|
|
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")
|
|
|
+ export const OPENCODE_SKIP_MIGRATIONS = truthy("OPENCODE_SKIP_MIGRATIONS")
|
|
|
|
|
|
function number(key: string) {
|
|
|
const value = process.env[key]
|