replace 'core.BASEPORT_WEB_SERVER+338' to 'coretool.PORT_WEB_SERVER_DEV'
This commit is contained in:
parent
e96a94192a
commit
a693caa4ac
@ -15,6 +15,7 @@ module.exports = {
|
||||
BASEPORT_WEB_SERVER: 8000,
|
||||
BASEPORT_CHAIN_SERVER: 6000,
|
||||
BASEPORT_NET_NODE: 60000,
|
||||
PORT_WEB_SERVER_DEV: 8338, // 338 stands for dev
|
||||
|
||||
sleep: (ms) => new Promise((resolve, reject) => setTimeout(resolve, ms)),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user