chore: simplify devbox setup

This commit is contained in:
Prad Nukala
2024-09-14 15:30:32 -04:00
parent 811a79441e
commit 7bdf6c3eb4
2 changed files with 10 additions and 30 deletions
+7 -6
View File
@@ -7,15 +7,16 @@
"templ@latest",
"bun@latest",
"ipfs-cluster@latest",
"air@latest"
"air@latest",
"commitizen@latest"
],
"env": {
"GOPATH": "$HOME/go",
"PATH": "$HOME/go/bin:$PATH",
"GOPATH": "$HOME/go",
"PATH": "$HOME/go/bin:$PATH",
"CHAIN_ID": "sonr-testnet-1",
"DENOM": "usnr",
"KEYRING": "test",
"MONIKER": "florence"
"DENOM": "usnr",
"KEYRING": "test",
"MONIKER": "florence"
},
"shell": {
"scripts": {