sonr/.github/deploy/devbox.json

25 lines
568 B
JSON
Raw Normal View History

{
"$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"]
}
}
}