Files
morten-olsen.github.io/devbox.json
Morten Olsen b34cc2f1da minor update
2024-04-21 19:32:12 +02:00

18 lines
336 B
JSON

{
"$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"
]
}
}
}