mirror of https://github.com/grpc/grpc-node.git
Load proto files with json option to handle Any properly
This commit is contained in:
parent
302b87183e
commit
ee52de4f98
|
|
@ -105,6 +105,7 @@ function loadAdsProtos(): Promise<
|
|||
enums: String,
|
||||
defaults: true,
|
||||
oneofs: true,
|
||||
json: true,
|
||||
includeDirs: [
|
||||
// Paths are relative to src/build
|
||||
__dirname + '/../../deps/envoy-api/',
|
||||
|
|
|
|||
Loading…
Reference in New Issue