mirror of
https://github.com/yewprint/yewprint
synced 2024-11-24 20:43:05 +00:00
Fix wrong path for simple-http-server
This commit is contained in:
parent
b548eb5c54
commit
45388ed7b3
1 changed files with 1 additions and 1 deletions
2
dev.sh
2
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
|
||||
|
|
Loading…
Reference in a new issue