feat(did): remove unused proto files

This commit is contained in:
Prad Nukala
2024-09-14 14:46:09 -04:00
parent 001000da14
commit 8f234dc561
13 changed files with 34 additions and 5800 deletions
-8
View File
@@ -9,7 +9,6 @@
"ipfs-cluster@latest",
"air@latest"
],
"packages": ["go@1.21"],
"env": {
"GOPATH": "$HOME/go",
"PATH": "$HOME/go/bin:$PATH",
@@ -49,13 +48,6 @@
"testnet": [
"devbox services up"
]
"install": ["make install"],
"gen": ["make proto-gen"],
"build": [
"make local-image",
"docker tag sonr:local ghcr.io/onsonr/sonrd:latest"
],
"push": ["docker push ghcr.io/onsonr/sonrd:latest"]
}
}
}