mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
18 lines
336 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|