refactor(viewer): consolidate rendering and harden uploads

This commit is contained in:
Mikhail Chusavitin
2026-09-01 12:59:18 +03:00
parent ba751c861d
commit be68069a51
9 changed files with 214 additions and 276 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ It is intended to be embedded into other Go applications that collect audit data
## Integration
For embedding instructions, see [`docs/embedding.md`](/Users/mchusavitin/Documents/git/reanimator/chart/docs/embedding.md).
For embedding instructions, see [`docs/embedding.md`](docs/embedding.md).
### As Git Submodule
@@ -66,4 +66,4 @@ make run
## Architecture Docs
Project-specific architecture lives in [`bible-local/README.md`](/Users/mchusavitin/Documents/git/reanimator/chart/bible-local/README.md).
Project-specific architecture lives in [`bible-local/README.md`](bible-local/README.md).