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