mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
31 lines
840 B
JSON
31 lines
840 B
JSON
|
{
|
||
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json",
|
||
|
"packages": [
|
||
|
"go@1.22",
|
||
|
"bun@latest",
|
||
|
"gum@latest"
|
||
|
],
|
||
|
"env": {
|
||
|
"GOPATH": "$HOME/go",
|
||
|
"PATH": "./build:$HOME/go/bin:$PATH",
|
||
|
"TEMPL_EXPERIMENT": "rawgo"
|
||
|
},
|
||
|
"shell": {
|
||
|
"scripts": {
|
||
|
"deploy": [
|
||
|
"gum spin --title='Deploying buf' -- make deploy-buf",
|
||
|
"gum spin --title='Generating PKL' -- make pkl-gen",
|
||
|
"gum spin --title='Generating Styles' -- make styles-gen",
|
||
|
"gum spin --title='Building Motr WASM' -- make motr-build",
|
||
|
"gum spin --title='Uploading to Bucket' -- make deploy-cdn"
|
||
|
],
|
||
|
"devnet": [
|
||
|
"cd deploy/devnet && devbox services up"
|
||
|
],
|
||
|
"testnet": [
|
||
|
"cd deploy/testnet && devbox services up"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|