1
0
Fork 0
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:
Michael Hollister 2025-04-23 19:21:17 -05:00
parent 28a617daa7
commit 7ce2dcbca3
8 changed files with 143 additions and 123 deletions

View file

@ -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: {