diff --git a/dev.sh b/dev.sh index 58096e2..7d6c238 100755 --- a/dev.sh +++ b/dev.sh @@ -1,3 +1,3 @@ #!/bin/sh -exec cargo watch -s './build.sh --dev -- --features dev && simple-http-server -i --nocache --cors' -w src +exec cargo watch -s './build.sh --dev -- --features dev && simple-http-server -i --nocache --cors public/' -w src