mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 21:09:11 +00:00
18 lines
519 B
JSON
18 lines
519 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"],
|
||
|
"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": {
|
||
|
"test": ["echo \"Error: no test specified\" && exit 1"]
|
||
|
}
|
||
|
}
|
||
|
}
|