2024-07-05 22:20:13 -04:00
|
|
|
{
|
2024-08-10 17:55:28 -04:00
|
|
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json",
|
|
|
|
"packages": ["golangci-lint@latest", "go@1.21", "air@latest"],
|
2024-07-05 22:20:13 -04:00
|
|
|
"env": {
|
|
|
|
"GOPATH": "$HOME/go",
|
2024-07-23 14:18:15 -04:00
|
|
|
"PATH": "$HOME/go/bin:$PATH"
|
2024-07-05 22:20:13 -04:00
|
|
|
},
|
|
|
|
"shell": {
|
|
|
|
"scripts": {
|
2024-08-10 17:19:59 -04:00
|
|
|
"install": ["make install"],
|
2024-07-23 14:18:15 -04:00
|
|
|
"proto": ["make proto-gen"],
|
2024-08-10 17:19:59 -04:00
|
|
|
"build": ["go build -o ./bin/sonrd ./cmd/sonrd"],
|
|
|
|
"testnet": ["make sh-testnet"]
|
2024-07-05 22:20:13 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|