mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 03:23:03 +00:00
3 lines
129 B
Bash
Executable file
3 lines
129 B
Bash
Executable file
#!/bin/sh
|
|
|
|
exec cargo watch -s './build.sh --dev -- --features doc && simple-http-server -i --nocache --cors public/' -i /public
|