Skip to content

Commit

Permalink
Merge pull request #77 from pkedy/update_protos
Browse files Browse the repository at this point in the history
Update proto clients in js-sdk
  • Loading branch information
artursouza authored Mar 26, 2021
2 parents 505a124 + 61c73c1 commit ee74bba
Show file tree
Hide file tree
Showing 8 changed files with 4,593 additions and 29 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ npm install
```

```bash
dapr run --app-protocol grpc --dapr-grpc-port=50001 node app.js
dapr run --app-protocol grpc --dapr-grpc-port=50001 node app.js --components-path ./components
```

### Generate gRPC interface and proto buf stubs
Expand Down
Loading

0 comments on commit ee74bba

Please sign in to comment.