Skip to content

Commit ee74bba

Browse files
authored
Merge pull request #77 from pkedy/update_protos
Update proto clients in js-sdk
2 parents 505a124 + 61c73c1 commit ee74bba

File tree

8 files changed

+4593
-29
lines changed

8 files changed

+4593
-29
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ npm install
4444
```
4545

4646
```bash
47-
dapr run --app-protocol grpc --dapr-grpc-port=50001 node app.js
47+
dapr run --app-protocol grpc --dapr-grpc-port=50001 node app.js --components-path ./components
4848
```
4949

5050
### Generate gRPC interface and proto buf stubs

0 commit comments

Comments
 (0)