preciazo/devbox.json

21 lines
353 B
JSON
Raw Normal View History

2024-02-23 13:26:30 +00:00
{
"packages": [
"nodejs@latest",
"cargo@latest",
"sqlite@latest",
2024-02-23 13:40:47 +00:00
"git-lfs@latest",
2024-03-11 13:54:21 +00:00
"nodePackages.pnpm@latest",
"sqlx-cli@latest"
2024-02-23 13:26:30 +00:00
],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}