feat: v0.2.0 branding, healthz version, SSE dashboard live

Centralize APP_VERSION 0.2.0; /health and /healthz return version;
startup log line; UI title Security Alert Center v.0.2.0;
SSE /api/v1/stream/events for live dashboard counters.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
PTah
2026-05-27 13:20:39 +10:00
parent b601b9c426
commit 81b435f953
15 changed files with 197 additions and 25 deletions
+1
View File
@@ -8,6 +8,7 @@ export default defineConfig({
proxy: {
"/api": "http://127.0.0.1:8000",
"/health": "http://127.0.0.1:8000",
"/healthz": "http://127.0.0.1:8000",
},
},
build: {