preciazo/devbox.json

16 lines
305 B
JSON
Raw Permalink Normal View History

2024-02-23 13:26:30 +00:00
{
"packages": [
"nodejs@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": {
2024-04-05 02:00:09 +00:00
"init_hook": ["echo 'Welcome to devbox!' > /dev/null"],
2024-02-23 13:26:30 +00:00
"scripts": {
2024-04-05 02:00:09 +00:00
"test": ["echo \"Error: no test specified\" && exit 1"]
2024-02-23 13:26:30 +00:00
}
}
}