mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-10 17:29:11 +00:00
19 lines
372 B
JSON
19 lines
372 B
JSON
|
{
|
||
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json",
|
||
|
"packages": [
|
||
|
"templ@latest",
|
||
|
"pnpm@latest",
|
||
|
"go@latest"
|
||
|
],
|
||
|
"shell": {
|
||
|
"init_hook": [
|
||
|
"echo 'Welcome to devbox!' > /dev/null"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"test": [
|
||
|
"echo \"Error: no test specified\" && exit 1"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|