feat: display project version on frontend

This commit is contained in:
2025-09-13 18:58:30 -05:00
parent 8ec2f7d36f
commit 27b0cb877e
5 changed files with 51 additions and 33 deletions
+1
View File
@@ -8,6 +8,7 @@ export interface HealthResponse {
export interface StatusResponse {
status: string;
version: string;
bot: {
status: string;
uptime: string;