Merge branch 'main' into append

* main:
  fixed test not running due to misaligned path
This commit is contained in:
2025-08-22 17:24:12 +02:00

View File

@@ -298,7 +298,7 @@ main() {
# Start the server # Start the server
print_status "Starting HeroDB server..." print_status "Starting HeroDB server..."
./target/release/herodb --dir "$DB_DIR" --port $PORT & ../target/release/herodb --dir "$DB_DIR" --port $PORT &
SERVER_PID=$! SERVER_PID=$!
# Wait for server to start # Wait for server to start