mirror of
https://github.com/yewprint/yewprint
synced 2024-11-29 15:00:31 +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
|