feat: 动态载入node-serialport和node-usb避免nwjs下server异常
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user