Fix wrong path for simple-http-server

This commit is contained in:
Cecile Tonglet 2020-09-21 15:14:40 +02:00
parent b548eb5c54
commit 45388ed7b3

2
dev.sh
View file

@ -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