Better dev experience, better front page
All checks were successful
pipeline / build-and-push-images (push) Successful in 5m30s

This commit is contained in:
2026-01-20 21:20:13 +01:00
parent de9406a583
commit 4df99a4312
16 changed files with 1419 additions and 197 deletions

View File

@@ -219,7 +219,7 @@ async function handleMatchList(client: MongoClient, patch: string, champions: Ma
let currentMatch = 0;
for await (let match of allMatches) {
console.log("Computing champion stats, game entry " + currentMatch + "/" + totalMatches + " ...")
process.stdout.write("\rComputing champion stats, game entry " + currentMatch + "/" + totalMatches + " ... ")
currentMatch += 1;
handleMatch(match, champions)
}