Added page to test encoding of proto

This commit is contained in:
Niklas Jensen
2025-12-28 22:27:15 +01:00
committed by nikguin04
parent 7a21580569
commit 2a25851fb6
4 changed files with 328 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
This file is temporary, just to show how ot compile the proto files
protoc --plugin="protoc-gen-ts_proto=$(Resolve-Path app\node_modules\.bin\protoc-gen-ts_proto.CMD)" --ts_proto_out="./app/src/lib" "platform_shared\example.proto"