mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-05-02 22:55:12 -04:00
convert to typescript library
remove create-react-app
This commit is contained in:
parent
1281f9223f
commit
7ee0d34f1a
28 changed files with 9917 additions and 22826 deletions
6
scripts/build_protobuf.sh
Executable file
6
scripts/build_protobuf.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# generate imports for haveno services and types using grpc-web
|
||||
mkdir -p ./src/protobuf
|
||||
cd ./src/protobuf || exit 1
|
||||
protoc -I=../../../haveno/proto/src/main/proto/ ../../../haveno/proto/src/main/proto/*.proto --js_out=import_style=commonjs,binary:./ --grpc-web_out=import_style=typescript,mode=grpcwebtext:./ || exit 1
|
Loading…
Add table
Add a link
Reference in a new issue