Files
brk/server/run.sh
2024-07-22 11:08:58 +02:00

6 lines
150 B
Bash
Executable File

if cargo watch --help &> /dev/null; then
cargo watch --no-vcs-ignores -w "./src" -w "./run.sh" -w ".trigger" -x "run -r"
else
cargo run -r
fi