remove --commits-only
from Justfile
This commit is contained in:
parent
ca12680e03
commit
0f8d05adeb
|
@ -13,7 +13,7 @@ reload() {
|
|||
# This just kind of assumes regeneration doesn't take too long.
|
||||
cargo build --release
|
||||
kill "$treehouse_pid"
|
||||
cargo run --release -- serve --port 8082 --commits-only > "$build_log" 2>&1 &
|
||||
cargo run --release -- serve --port 8082 > "$build_log" 2>&1 &
|
||||
treehouse_pid="$!"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue