Files
tatlock-ui/web/health.json
T
Jeroen SchweitzerandClaude Opus 4.5 45de2591a7
Build and Push / release (push) Successful in 3s
Build and Push / build (push) Successful in 2m59s
feat(health): add health.json with version info
- Generate health.json from pubspec.yaml at build time
- health.html fetches and displays JSON with version, title, status
- Added tool/generate_health_json.dart script

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 23:51:47 +01:00

8 lines
157 B
JSON

{
"status": "healthy",
"name": "tatlock_ui",
"title": "Tatlock - a Home Lab AI",
"version": "1.0.4",
"buildNumber": 1,
"fullVersion": "1.0.4+1"
}