mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
25 lines
568 B
JSON
25 lines
568 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",
|
|
"doppler@latest",
|
|
"go-task@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": {
|
|
"sonrd": ["sh ./scripts/start_sonrd.sh"]
|
|
}
|
|
}
|
|
}
|