updates
Server Deploy / deploy (push) Successful in 1m39s

This commit is contained in:
domrichardson
2026-06-16 09:53:12 +01:00
parent de83b54be6
commit f62b0054db
3 changed files with 89 additions and 0 deletions
+4
View File
@@ -102,6 +102,10 @@ export const api = {
});
},
getUpdateCommand(): string {
return `curl -fsSL "${window.location.origin}/update" | bash`;
},
// Keys
listKeys(): Promise<Key[]> {
return request<Key[]>("/keys");