Skip to content

Commit

Permalink
fix: export proto from grpc reflection
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisAnubiz committed Nov 6, 2024
1 parent 5c52f00 commit 0c8fa65
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/nestjs-grpc-reflection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"license": "BSD-3-Clause",
"type": "module",
"exports": {
".": "./src/index.ts"
".": "./src/index.ts",
"./proto": {
"import": "./proto/index.js",
"require": "./proto/index.js"
}
},
"main": "src/index.ts",
"files": [
Expand Down

0 comments on commit 0c8fa65

Please sign in to comment.