mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
18 lines
580 B
JSON
18 lines
580 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json",
|
|
"packages": ["go@1.22", "bun@latest", "ipfs@latest", "templ@latest"],
|
|
"env": {
|
|
"GOPATH": "$HOME/go",
|
|
"PATH": "./build:$HOME/go/bin:$PATH",
|
|
"TEMPL_EXPERIMENT": "rawgo"
|
|
},
|
|
"shell": {
|
|
"init_hook": ["./scripts/init_env.sh"],
|
|
"scripts": {
|
|
"start-local": ["cd deploy/local && devbox services up"],
|
|
"start-testnet": ["cd deploy/testnet && devbox services up"],
|
|
"start-gex": ["go install github.com/cosmos/gex@latest", "gex"]
|
|
}
|
|
}
|
|
}
|