make shutdown endpoint default

This commit is contained in:
2025-07-25 00:39:26 +01:00
parent fb4bb63335
commit 50cee580de
5 changed files with 12 additions and 10 deletions

View File

@ -1,11 +1,11 @@
build:
cargo build --features shutdown
cargo build
run:
cargo run --features shutdown
cargo run
start:
cargo run --features shutdown 2>&1 > logs/nuchat.log
cargo run 2>&1 > logs/nuchat.log
test:
./scripts/test.sh