Export raw bundles with collection logs and parser field snapshot

This commit is contained in:
Mikhail Chusavitin
2026-02-24 17:36:44 +03:00
parent 810c4b5ff9
commit ce30f943df
4 changed files with 270 additions and 9 deletions

View File

@@ -40,6 +40,8 @@ func main() {
cfg := server.Config{
Port: *port,
PreloadFile: *file,
AppVersion: version,
AppCommit: commit,
}
srv := server.New(cfg)