feat: 动态载入node-serialport和node-usb避免nwjs下server异常

This commit is contained in:
王立帮
2025-05-22 22:14:02 +08:00
parent 8de021439e
commit 958413b03a
15 changed files with 251 additions and 40 deletions

View File

@@ -23,14 +23,15 @@
},
"client": {
"path": "./mixly",
"port": 4000
"port": 7000,
"protocol": "https:"
},
"server": {
"path": {
"temp": "./temp"
},
"mode": "all",
"protocol": "wss",
"port": 4000
"protocol": "wss:",
"port": 7000
}
}