mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
refactor: remove process-compose and individual start scripts
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"cargo@latest",
|
||||
"uv@latest",
|
||||
"bun@latest",
|
||||
"yarn@latest",
|
||||
"doppler@latest",
|
||||
"go-task@latest"
|
||||
],
|
||||
@@ -13,12 +14,14 @@
|
||||
"GITHUB_TOKEN": "$GITHUB_TOKEN",
|
||||
"GOPATH": "$HOME/go",
|
||||
"GOBIN": "$GOPATH/bin",
|
||||
"GHQ_ROOT": "$CLONEDIR"
|
||||
"GHQ_ROOT": "$CLONEDIR",
|
||||
"PC_SOCK": "$HOME/.local/share/pc/sock"
|
||||
},
|
||||
"shell": {
|
||||
"init_hook": [],
|
||||
"scripts": {
|
||||
"sonrd": ["sh ./scripts/start_sonrd.sh"]
|
||||
"up": ["yarn starship start --config config.yaml"],
|
||||
"down": ["yarn starship stop --config config.yaml"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user