AlexDaSoul / nestjs-proto-gen-ts

Generate TypeScript interfaces for Nest.js gRPC from Protobuf files
MIT License
74 stars 28 forks source link

feat: replace __dirname to process.cwd() and update lock #14

Closed AlexDaSoul closed 3 years ago

AlexDaSoul commented 3 years ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[ ] No

Other information