mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
17 lines
431 B
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"]
|
|
}
|
|
}
|
|
}
|