fcf0888864
Now, if the first pusher request fails, a waiting message will be displayed and the application will reconnect when the pusher comes back alive or the network connection is established again.
13 lines
185 B
JSON
13 lines
185 B
JSON
{
|
|
"devDependencies": {
|
|
"dockerode": "^3.3.1",
|
|
"testcafe": "^1.17.1"
|
|
},
|
|
"scripts": {
|
|
"test": "testcafe"
|
|
},
|
|
"dependencies": {
|
|
"@types/dockerode": "^3.3.0"
|
|
}
|
|
}
|