refactor(flags): move auto share to runtime flags (#27611)
This commit is contained in:
parent
d34a0194ec
commit
cb4f5cdea9
6 changed files with 21 additions and 5 deletions
|
|
@ -20,7 +20,6 @@ export const Flag = {
|
|||
OTEL_EXPORTER_OTLP_ENDPOINT: process.env["OTEL_EXPORTER_OTLP_ENDPOINT"],
|
||||
OTEL_EXPORTER_OTLP_HEADERS: process.env["OTEL_EXPORTER_OTLP_HEADERS"],
|
||||
|
||||
OPENCODE_AUTO_SHARE: truthy("OPENCODE_AUTO_SHARE"),
|
||||
OPENCODE_AUTO_HEAP_SNAPSHOT: truthy("OPENCODE_AUTO_HEAP_SNAPSHOT"),
|
||||
OPENCODE_GIT_BASH_PATH: process.env["OPENCODE_GIT_BASH_PATH"],
|
||||
OPENCODE_CONFIG: process.env["OPENCODE_CONFIG"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue