@alook/cli 0.0.86 → 0.0.87
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -19657,7 +19657,7 @@ var WS_RECONNECT_INIT = 1000;
|
|
|
19657
19657
|
var WS_RECONNECT_MAX = 30000;
|
|
19658
19658
|
var WS_PING_INTERVAL = 25000;
|
|
19659
19659
|
var WS_LIVENESS_TIMEOUT = 50000;
|
|
19660
|
-
var WS_DO_DEV_PORT = 8789;
|
|
19660
|
+
var WS_DO_DEV_PORT = Number(process.env.ALOOK_WS_DO_PORT) || 8789;
|
|
19661
19661
|
|
|
19662
19662
|
class DaemonWsClient {
|
|
19663
19663
|
opts;
|