mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-22 15:29:44 +00:00
[Electron] Add basic welcome screen (#1491)
* WIP * Add LogTerminal * Modify server startup view * Add installView * Add basic welcome screen and dev server setup * nit * nit * nit * nit * nit
This commit is contained in:
@@ -5,5 +5,5 @@ export function isElectron() {
|
||||
}
|
||||
|
||||
export function electronAPI() {
|
||||
return window['electronAPI'] as ElectronAPI
|
||||
return (window as any)['electronAPI'] as ElectronAPI
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user