nestcloud
nestcloud copied to clipboard
Modification of ClientOption to allow using any proto config field of…
… nestJS
The aim of this PR is to allow the usage of proto loader options, in my case, I need to use multiple proto files and grpc client side, with Service decorator, it is impossible to specify loader options as for example : loader: { includeDirs: ['dto/proto/'], }