ingress/devbox.json
Tine 274fd90d2c
feat: initial commit
Having problems with how to upload raw disk image to proxmox using terraform.
2024-08-20 21:03:23 +02:00

20 lines
404 B
JSON

{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json",
"packages": [
"tflint@latest",
"tenv@latest"
],
"env": {
"TENV_AUTO_INSTALL": "true"
},
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}