fix: load global jsonc (#1479)
parent
f5f55062f1
commit
168350c981
|
|
@ -325,6 +325,7 @@ export namespace Config {
|
|||
{},
|
||||
mergeDeep(await load(path.join(Global.Path.config, "config.json"))),
|
||||
mergeDeep(await load(path.join(Global.Path.config, "opencode.json"))),
|
||||
mergeDeep(await load(path.join(Global.Path.config, "opencode.jsonc"))),
|
||||
)
|
||||
|
||||
await import(path.join(Global.Path.config, "config"), {
|
||||
|
|
|
|||
Loading…
Reference in New Issue