02f62882b8
* Propogate full env to browser * Add support for setting $ITEM_URL * Add serviceURL getter
6 lines
226 B
Bash
Executable File
6 lines
226 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
protoc --plugin="protoc-gen-ts=./node_modules/.bin/protoc-gen-ts" --js_out="import_style=commonjs,binary:./src/proto" --ts_out="./src/proto" ./src/proto/*.proto --proto_path="./src/proto"
|