Add builds card to frontend

This commit is contained in:
2025-12-15 12:51:48 +01:00
parent 621735be3a
commit 91bc99c18b
3 changed files with 208 additions and 2 deletions

View File

@@ -20,3 +20,7 @@ export async function getPrices() {
export async function getCiStatus() {
return getJson('/health');
}
export async function getBuildHistory() {
return getJson('/builds');
}