chore: add temporary proto extract

This commit is contained in:
canove
2025-05-21 12:17:57 -03:00
parent bb9f8d5c61
commit 21e2fac339
9 changed files with 1575 additions and 5 deletions

2
WAProto/GenerateStatics.sh Executable file
View File

@@ -0,0 +1,2 @@
yarn pbjs -t static-module -w commonjs -o ./WAProto/index.js ./WAProto/WAProto.proto;
yarn pbts -o ./WAProto/index.d.ts ./WAProto/index.js;