mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-01 03:31:58 +00:00
Replace electron API mocks with actual electron API impl (#1535)
* link electron types locally * Update electronAPI calls * Fix source validation * Payload to raw * nit * Update electron types
This commit is contained in:
@@ -176,6 +176,9 @@ export default defineConfig({
|
||||
},
|
||||
|
||||
optimizeDeps: {
|
||||
exclude: ['@comfyorg/litegraph']
|
||||
exclude: [
|
||||
'@comfyorg/litegraph',
|
||||
'@comfyorg/comfyui-electron-types'
|
||||
]
|
||||
}
|
||||
}) as UserConfigExport
|
||||
|
||||
Reference in New Issue
Block a user