first commit

This commit is contained in:
2024-12-01 02:11:03 +07:00
commit 0266daf622
153 changed files with 9383 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
LOCAL_BIN := $(CURDIR)/bin
PATH := $(LOCAL_BIN):$(PATH)
PATH := $(HOME)/.pub-cache/bin:$(PATH)
generate:
rm -rf lib/generated
mkdir -p lib/generated
protoc \
-I ./client/ \
-I ./third_party \
--dart_out=grpc:lib/generated \
./client/smm_core.proto