sonr/devbox.json

17 lines
431 B
JSON

{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json",
"packages": ["go@1.21", "air@latest"],
"env": {
"GOPATH": "$HOME/go",
"PATH": "$HOME/go/bin:$PATH"
},
"shell": {
"scripts": {
"init": ["make install", "sonrd init"],
"proto": ["make proto-gen"],
"build": ["make build", "make local-image"],
"testnet": ["make sh-testnet"]
}
}
}