mirror of
https://github.com/status-im/status-web.git
synced 2025-01-10 04:36:23 +00:00
942146d0be
* remove old `communities.proto` * fix `protos` npm script * apply `protos` changes overwriting `Record<>` patches * update proto files * regenerate files * update `protons*` packages * regen files * use `protons` generate communities * add `@bufbuild*` packages * update `buf` yaml files * generate `@bufbuild` files * use `@bufbuild` files * format * remove `protobufjs` * remove `protons` * resolve build errors * fix image content type
7 lines
119 B
YAML
7 lines
119 B
YAML
version: v1
|
|
plugins:
|
|
- name: es
|
|
path: ./node_modules/.bin/protoc-gen-es
|
|
opt: target=ts
|
|
out: ./src/protos
|