minor update

This commit is contained in:
Morten Olsen
2024-04-21 19:30:38 +02:00
parent ee37ac9d90
commit b34cc2f1da
10 changed files with 1466 additions and 859 deletions

17
devbox.json Normal file
View File

@@ -0,0 +1,17 @@
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.10.5/.schema/devbox.schema.json",
"packages": [
"nodejs@21"
],
"env": {
"DEVBOX_COREPACK_ENABLED": "true"
},
"shell": {
"init_hook": [],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}