File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ npm install
44
44
```
45
45
46
46
``` bash
47
- dapr run --protocol grpc --grpc-port=50001 node app.js
47
+ dapr run --app- protocol grpc --dapr -grpc-port=50001 node app.js
48
48
```
49
49
50
50
### Generate gRPC interface and proto buf stubs
Original file line number Diff line number Diff line change 18
18
19
19
Run the app using the following command
20
20
` ` ` bash
21
- dapr run --protocol grpc --grpc-port=50001 node app.js
21
+ dapr run --app- protocol grpc --dapr -grpc-port=50001 node app.js
22
22
```
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ npm install
23
23
24
24
Run the following command to start the app
25
25
``` bash
26
- dapr run --app-id nodeapp --protocol grpc --grpc-port=50001 ./node_modules/.bin/ts-node app.ts
26
+ dapr run --app-id nodeapp --app- protocol grpc --dapr -grpc-port=50001 ./node_modules/.bin/ts-node app.ts
27
27
```
28
28
You can’t perform that action at this time.
0 commit comments