Remove hard-coded record types #52

Merged
ashwin merged 11 commits from deep-stack/laconic-sdk:ng-rm-record-types into main 2024-01-15 04:58:56 +00:00
Showing only changes of commit 18cb09669a - Show all commits

View File

@ -12,7 +12,7 @@ Run following scripts when [proto files](./proto/) are updated.
2. Generate typescript code for the proto files 2. Generate typescript code for the proto files
```bash ```bash
./scripts/create-proto-files.sh ./scripts/proto-gen.sh
``` ```
3. Remove GRPC code from generated code 3. Remove GRPC code from generated code