VIbe-code some optimizations

This commit is contained in:
Thomas Camlong
2025-11-17 13:35:48 +01:00
parent a0423ca132
commit 4b0a9313a5
8 changed files with 598 additions and 56 deletions

View File

@@ -10,6 +10,3 @@ export class ApiError extends Error {
this.status = status
}
}