loopbackio / loopback4-extension-grpc

gRPC Extension for LoopBack 4
Other
18 stars 8 forks source link

fix: correct proto files compiler path on windows #36

Closed motia closed 5 years ago

motia commented 5 years ago

Description

The proto and ts compiler have different paths on the windows platform. This pull request makes the generator use the correct path to these executables.

Related issues

Checklist