refactor: update Dockerfile cache identifiers and clean up console logs across multiple services

This commit is contained in:
2026-05-16 18:00:08 +03:30
parent ba3c544ff8
commit 2a2c020627
9 changed files with 25 additions and 41 deletions
-13
View File
@@ -132,19 +132,6 @@ async function main() {
})
upserted++
}
console.log(
JSON.stringify(
{
csvPath: absolutePath,
totalRows: rows.length,
upserted,
skipped,
},
null,
2,
),
)
}
main()