chore: update devbox packages to include Doppler

This commit is contained in:
2025-01-06 18:14:55 -05:00
parent edb02f3002
commit ddacc127c6
6 changed files with 180 additions and 22 deletions
+8 -2
View File
@@ -1,6 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json",
"packages": ["go@latest", "cargo@latest", "uv@latest", "bun@latest"],
"packages": [
"go@latest",
"cargo@latest",
"uv@latest",
"bun@latest",
"doppler@latest"
],
"env": {
"PATH": "$HOME/.cargo/bin:$HOME/go/bin:$HOME/.local/bin:$HOME/.bun/bin:$PATH",
"GITHUB_TOKEN": "$GITHUB_TOKEN",
@@ -11,7 +17,7 @@
"shell": {
"init_hook": [],
"scripts": {
"test": ["echo \"Error: no test specified\" && exit 1"]
"sonrd": ["sh ./scripts/start_sonrd.sh"]
}
}
}