this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 9 lines 202 B view raw
1#!/bin/bash 2 3npx protoc \ 4 --plugin=protoc-gen-ts=./node_modules/.bin/protoc-gen-ts \ 5 --ts_out=./gen/ts \ 6 --ts_opt long_type_string \ 7 --ts_opt optimize_code_size \ 8 --proto_path . \ 9 lrc.proto