Initial commit

This commit is contained in:
2023-01-02 01:36:59 -07:00
commit d45e237f29
18 changed files with 2369 additions and 0 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
# Delete generated code
rm -rf python/cursorius_pipeline_api_v2/proto
rm -rf go
# Generate grpc code
buf generate