mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
feat: add hway binary support and Homebrew formula
This commit is contained in:
+4
-31
@@ -1,13 +1,9 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json",
|
||||
"packages": [
|
||||
"go@1.22",
|
||||
"bun@latest",
|
||||
"gum@latest",
|
||||
"ipfs@latest",
|
||||
"skate@latest",
|
||||
"air@latest",
|
||||
"go-task@latest",
|
||||
"templ@latest",
|
||||
"tigerbeetle@latest",
|
||||
"process-compose@latest"
|
||||
@@ -26,39 +22,16 @@
|
||||
"ACC1_ADDRESS": "idx1hj5fveer5cjtn4wd6wstzugjfdxzl0xpecp0nd",
|
||||
"ACC0_MNEMONIC": "$(skate get ACC0_MNEMONIC)",
|
||||
"ACC1_MNEMONIC": "$(skate get ACC1_MNEMONIC)",
|
||||
"TUNNEL_TOKEN": "$(skate get CLOUDFLARE_TUNNEL_TOKEN)",
|
||||
"TURNSTILE_SITE_KEY": "$(skate get TURNSTILE_SITE_KEY)",
|
||||
"TEMPL_EXPERIMENT": "rawgo",
|
||||
"PC_NO_SERVER": "true",
|
||||
"PC_LOG_FILE": "./sonr.log"
|
||||
},
|
||||
"shell": {
|
||||
"scripts": {
|
||||
"deploy": [
|
||||
"gum spin --title='Generating PKL' -- make pkl-gen",
|
||||
"gum spin --title='Building Motr WASM' -- make motr-build",
|
||||
"gum spin --title='Uploading to Bucket' -- make deploy-cdn"
|
||||
],
|
||||
"devnet:start": [
|
||||
"process-compose up -f deploy/devnet/process-compose.yaml"
|
||||
],
|
||||
"devnet:attach": [
|
||||
"cd deploy/devnet",
|
||||
"process-compose attach"
|
||||
],
|
||||
"devnet:stop": [
|
||||
"cd deploy/devnet",
|
||||
"process-compose down "
|
||||
],
|
||||
"testnet:start": [
|
||||
"process-compose up -f deploy/testnet/process-compose.yaml --detached --hide-disabled"
|
||||
],
|
||||
"testnet:stop": [
|
||||
"process-compose down -f deploy/testnet/process-compose.yaml --remove-orphans"
|
||||
],
|
||||
"testnet:restart": [
|
||||
"process-compose restart -f deploy/testnet/process-compose.yaml --remove-orphans"
|
||||
]
|
||||
"start": ["process-compose up --hide-disabled"],
|
||||
"start:detached": ["process-compose up --detached --hide-disabled"],
|
||||
"attach": ["process-compose attach"],
|
||||
"stop": ["process-compose down "]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user