Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
feat: divide buf modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok committed Mar 21, 2024
1 parent 6d12711 commit cec8e04
Show file tree
Hide file tree
Showing 27 changed files with 2,576 additions and 1,904 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ build: bin

bin:
mkdir $@

bufgen:
cd rpc && buf generate -o ../
cd messages && buf generate -o ../
4 changes: 4 additions & 0 deletions buf.work.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
version: v1
directories:
- rpc
- messages
5 changes: 0 additions & 5 deletions buf.yaml

This file was deleted.

Loading

0 comments on commit cec8e04

Please sign in to comment.