mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
26 lines
634 B
JSON
26 lines
634 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json",
|
|
"packages": [
|
|
"go@latest",
|
|
"cargo@latest",
|
|
"uv@latest",
|
|
"bun@latest",
|
|
"yarn@latest",
|
|
"doppler@latest"
|
|
],
|
|
"env": {
|
|
"PATH": "$HOME/.cargo/bin:$HOME/go/bin:$HOME/.local/bin:$HOME/.bun/bin:$PATH",
|
|
"GITHUB_TOKEN": "$GITHUB_TOKEN",
|
|
"GOPATH": "$HOME/go",
|
|
"GOBIN": "$GOPATH/bin",
|
|
"GHQ_ROOT": "$CLONEDIR"
|
|
},
|
|
"shell": {
|
|
"init_hook": [],
|
|
"scripts": {
|
|
"up": ["yarn starship start --config config.yaml"],
|
|
"down": ["yarn starship stop --config config.yaml"]
|
|
}
|
|
}
|
|
}
|