diff options
| -rw-r--r-- | Makefile.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.toml b/Makefile.toml index 65e2e58..133c561 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -68,7 +68,7 @@ args = ["run", "--", "help"] workspace = false dependencies = ["checkf"] command = "cargo" -args = ["run", "--", "run"] +args = ["run", "--", "run", "distributor,hub"] # This task also depends on your system configuration, same goes as read above. [tasks.start-client] @@ -85,7 +85,7 @@ workspace = false env = { "DISABLE_PROMPT" = true } dependencies = ["checkf"] command = "cargo" -args = ["run", "--", "run"] +args = ["run", "--", "run", "distributor,hub"] watch = true [tasks.docker-build] |