()
| 34 | } |
| 35 | |
| 36 | getRunConfig(): ComfyUIRunConfig { |
| 37 | const config = this.#getJSONKey(CONFIG_KEYS.runConfig) |
| 38 | config.autoInstallDeps = config.autoInstallDeps ?? true; |
| 39 | return config; |
| 40 | } |
| 41 | |
| 42 | getSetupConfig(): AppConfigs["appSetupConfig"] { |
| 43 | return this.#getJSONKey(CONFIG_KEYS.appSetupConfig) |
no test coverage detected