@rpcbase/cli 0.70.0 → 0.71.0-fileupload.1
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/package.json +1 -1
- package/src/start_command.js +1 -1
package/package.json
CHANGED
package/src/start_command.js
CHANGED
|
@@ -13,7 +13,7 @@ const verify_project = require("./verify_project")
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
const start_command = async(args) => {
|
|
16
|
-
// check if docker is installed and running, and
|
|
16
|
+
// check if docker is installed and running, and create the network if necessary
|
|
17
17
|
docker_runtime_check()
|
|
18
18
|
|
|
19
19
|
// start the tailscale tunnel
|