* build bsync protos in appview, standardize per-package proto gen directory * configure appview with bsync, allow mute endpoints to use bsync * import fixes in bsync * configure appview ingester with bsync, ingest mute ops into db * test bsync mutes roundtrip w/ appview, setup bsync in dev-env * build * ensure to propagate errors when bsyncOnlyMutes is on
13 lines
209 B
YAML
13 lines
209 B
YAML
version: v1
|
|
plugins:
|
|
- plugin: es
|
|
opt:
|
|
- target=ts
|
|
- import_extension=.ts
|
|
out: src/proto
|
|
- plugin: connect-es
|
|
opt:
|
|
- target=ts
|
|
- import_extension=.ts
|
|
out: src/proto
|