This commit is contained in:
1-6
2023-07-31 13:31:58 +08:00
parent 1690a2139c
commit 9ea88a080a
17 changed files with 613 additions and 245 deletions
+3 -1
View File
@@ -10,7 +10,9 @@ protoc --js_out=import_style=commonjs,binary:. --grpc_out=. srpc.proto
#ok
protoc --go_out=. -I. --go-grpc_out=. srpc.proto
protoc-gen-grpc --ts_out=service=grpc-node:. --grpc_out=. srpc.proto
protoc-gen-grpc --ts_out=service=grpc-node:. srpc.proto
#--grpc_out=.
#打包
npx webpack --config webpack.config.js