2 Commits

Author SHA1 Message Date
56699b9abb Merge branch 'main' into append
* main:
  fixed test not running due to misaligned path
2025-08-22 17:24:12 +02:00
Maxime Van Hees
58cb1e8d5e fixed test not running due to misaligned path 2025-08-22 16:54:43 +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