mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
28 lines
816 B
JSON
28 lines
816 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json",
|
|
"packages": ["go@1.22", "bun@latest"],
|
|
"env": {
|
|
"CLOUDFLARE_API_TOKEN": "$CLOUDFLARE_API_TOKEN",
|
|
"GOPATH": "$HOME/go",
|
|
"PATH": "$HOME/go/bin:$PATH",
|
|
"TEMPL_EXPERIMENT": "rawgo",
|
|
"CHAIN_ID": "sonr-testnet-1",
|
|
"DENOM": "usnr",
|
|
"KEYRING": "test",
|
|
"MONIKER": "florence",
|
|
"ENV": "$ENVIRONMENT"
|
|
},
|
|
"shell": {
|
|
"scripts": {
|
|
"install": ["make install"],
|
|
"build": ["bun --cwd nebula run build", "make dwn", "make build"],
|
|
"docker": ["make local-image"],
|
|
"proto": ["make proto-gen"],
|
|
"pkl": ["make pkl"],
|
|
"templ": ["make templ"],
|
|
"proxy": ["./build/sonrd dwn-proxy"],
|
|
"watch:nebula": ["bun --cwd nebula run watch"]
|
|
}
|
|
}
|
|
}
|