mirror of
https://github.com/yewprint/yewprint
synced 2024-11-25 13:00:19 +00:00
4 lines
99 B
Bash
4 lines
99 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
exec cargo watch -s './build.sh --dev && simple-http-server -i --nocache --cors' -w src
|