File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2626
2727http_archive(
2828 name = " rules_typescript_proto" ,
29- sha256 = " cca55a4a8eb8489e8c8341355d9e69937685d831792d71c3051170e1c040d310 " ,
30- strip_prefix = " rules_typescript_proto-0 .0.6 " ,
29+ sha256 = " 8e16f3c3d2ed8abc8935b9d177f056d1920b70ac1aff94477aa9761362982123 " ,
30+ strip_prefix = " rules_typescript_proto-1 .0.0 " ,
3131 urls = [
32- " https://github.com/Dig-Doug/rules_typescript_proto/archive/0 .0.6 .tar.gz" ,
32+ " https://github.com/Dig-Doug/rules_typescript_proto/archive/1 .0.0 .tar.gz" ,
3333 ],
3434)
3535
@@ -65,6 +65,8 @@ will need to include the following dependencies at runtime yourself:
6565
6666For generating grpc output files, you'll also need the following in your ` BUILD ` file:
6767``` python
68+ load(" @rules_typescript_proto//:index.bzl" , " typescript_grpc_web_library" , " typescript_grpc_node_library" )
69+
6870# For grpc-web support use:
6971typescript_grpc_web_library(
7072 name = " test_ts_grpc_web" ,
You can’t perform that action at this time.
0 commit comments