feat: add version info

Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
allanice001
2025-11-08 13:08:19 +00:00
parent c9d5080d50
commit 56ea963b47
159 changed files with 17643 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ import {
LabelsApi,
MeApi,
MeAPIKeysApi,
MetaApi,
NodePoolsApi,
OrgsApi,
ServersApi,
@@ -108,3 +109,7 @@ export function makeArcherAdminApi() {
export function makeNodePoolApi() {
return makeApiClient(NodePoolsApi)
}
export function makeMetaApi() {
return makeApiClient(MetaApi)
}