effectify Config service

This commit is contained in:
Kit Langton
2026-03-25 12:45:20 -04:00
parent 7123aad5a8
commit d284d8795d
2 changed files with 159 additions and 65 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ export const rpc = {
})
},
async reload() {
Config.global.reset()
await Config.global.reset()
await Instance.disposeAll()
},
async setWorkspace(input: { workspaceID?: string }) {