From 4712b9cc3bc47cf5f87af6bcf8d989181d12004d Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Fri, 20 Dec 2019 23:23:37 +0100 Subject: [PATCH] fix: cargo make development run task --- Tasks.Dev.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tasks.Dev.toml b/Tasks.Dev.toml index c2de9da..622af66 100644 --- a/Tasks.Dev.toml +++ b/Tasks.Dev.toml @@ -1,6 +1,6 @@ [env] -E_ARGS = "" -E_URL = "https://joseluisq.net" +E_ARGS = "--port=8787" +E_URL = "http://locahost" [tasks.watch] command = "cargo" @@ -8,7 +8,7 @@ args = ["watch", "-cx", "run -- ${E_ARGS}"] [tasks.run] command = "cargo" -args = ["run", "run -- ${E_ARGS}"] +args = ["run", "--", "${E_ARGS}"] [tasks.loadtest] script = [ -- libgit2 1.7.2