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