add app version label

This commit is contained in:
Sai Shankar
2026-03-17 09:33:23 +05:30
parent bcce5b7ec2
commit 02bf0dd862
5 changed files with 22 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
export type HealthStatus = {
status: "ok";
version?: string;
deploymentMode?: "local_trusted" | "authenticated";
deploymentExposure?: "private" | "public";
authReady?: boolean;