preciazo/devbox.json

19 lines
298 B
JSON
Raw Normal View History

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