mirror of
https://github.com/yewprint/yewprint
synced 2025-02-17 20:48:24 +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
|
#!/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…
Add table
Reference in a new issue