From a693caa4ac9278e6b50e9568886b655a820ec33d Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Tue, 20 Sep 2022 14:47:46 +0800 Subject: [PATCH] replace 'core.BASEPORT_WEB_SERVER+338' to 'coretool.PORT_WEB_SERVER_DEV' --- coretool.js | 1 + 1 file changed, 1 insertion(+) diff --git a/coretool.js b/coretool.js index 10c65ff..9bfee90 100644 --- a/coretool.js +++ b/coretool.js @@ -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)),