mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
Moved network interface querying off main process
This commit is contained in:
parent
28a617daa7
commit
7ce2dcbca3
8 changed files with 143 additions and 123 deletions
|
@ -63,6 +63,7 @@ module.exports = [
|
|||
entry: {
|
||||
preload: './src/main/Preload.ts',
|
||||
renderer: './src/main/Renderer.ts',
|
||||
networkWorker: './src/main/NetworkWorker.ts'
|
||||
},
|
||||
target: 'electron-renderer',
|
||||
module: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue