2025-03-31 12:43:11 +00:00
|
|
|
{
|
2025-04-30 15:22:33 +00:00
|
|
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.0/.schema/devbox.schema.json",
|
|
|
|
"packages": [
|
|
|
|
"nodejs@latest",
|
|
|
|
"terraform@latest"
|
|
|
|
],
|
2025-03-31 12:43:11 +00:00
|
|
|
"shell": {
|
|
|
|
"init_hook": [
|
|
|
|
"echo 'Welcome to devbox!' > /dev/null"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"test": [
|
|
|
|
"echo \"Error: no test specified\" && exit 1"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|