* feat(tracker): update message schema with BatchMetadata; separate message-related responsibilities; add message size * chore(docker): removing edge busybox, as the main repo updated * feat(backend): updated message protocol templates * feat(backend): added support of message size * feat(backend): implemented iterator for new message protocol (with message size) Co-authored-by: Alex Kaminskii <alex@openreplay.com>
6 lines
90 B
JSON
6 lines
90 B
JSON
{
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"semi": false
|
|
}
|