-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Description
The app currently requires proto to be pre-compiled. This compilation process generates TS/JS code that is not valid and needs some tweaking. I currently do this manually, but it should be automated.
Changes:
- add
var proto = { lnrpc: {} };
to the top oflnd_pb.js
- add
var proto = { looprpc: {} };
to the top ofloop_pb.js
- add
var proto = { google: { api: {} } };
to the top ofannotation_pb.js
- add
var proto = { google: { api: {} } };
to the top ofhttp_pb.js
Alternatively, I would like to do some further research into protobufjs to see if our usage of proto files can be improved even further.
Metadata
Metadata
Assignees
Labels
No labels