You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trigger the proto-classes code generation on webpack build as optimization.
For #174 protobuf message classes are generated using protobuf.js CLI:
Run yarn run pbjs -t static-module -o src/proto.js src/rpc.proto to generate the javascript code.
Run yarn run pbts -o src/proto.d.ts src/proto.js to generate types for the generated javascript code.
Currently the generated code is just added to the repository.
The text was updated successfully, but these errors were encountered:
Trigger the proto-classes code generation on webpack build as optimization.
For #174 protobuf message classes are generated using protobuf.js CLI:
Run
yarn run pbjs -t static-module -o src/proto.js src/rpc.proto
to generate the javascript code.Run
yarn run pbts -o src/proto.d.ts src/proto.js
to generate types for the generated javascript code.Currently the generated code is just added to the repository.
The text was updated successfully, but these errors were encountered: