index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2019-12-20 22:23:37.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2019-12-20 22:23:37.0 +00:00:00
commit
4712b9cc3bc47cf5f87af6bcf8d989181d12004d [patch]
tree
62fc736bdba4ea97575b772f20890051f4f2b0bd
parent
b34624cde39c645f4afe05b814e6a70bedb21c0a
download
4712b9cc3bc47cf5f87af6bcf8d989181d12004d.tar.gz

fix: cargo make development run task



Diff

 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 = [