mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
15 lines
305 B
JSON
15 lines
305 B
JSON
{
|
|
"packages": [
|
|
"nodejs@latest",
|
|
"sqlite@latest",
|
|
"git-lfs@latest",
|
|
"nodePackages.pnpm@latest",
|
|
"sqlx-cli@latest"
|
|
],
|
|
"shell": {
|
|
"init_hook": ["echo 'Welcome to devbox!' > /dev/null"],
|
|
"scripts": {
|
|
"test": ["echo \"Error: no test specified\" && exit 1"]
|
|
}
|
|
}
|
|
}
|