Skip to content

Commit

Permalink
fix: add proto to publish config exports
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisAnubiz committed Nov 7, 2024
1 parent 6f9c6a6 commit e956ff0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/nestjs-grpc-reflection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./proto": {
"import": "./proto/index.js",
"require": "./proto/index.js",
"types": "./proto/index.d.ts"
}
},
"main": "dist/index.js",
Expand Down

0 comments on commit e956ff0

Please sign in to comment.