infrastructure-ng/devbox.json
2025-03-05 22:43:20 +01:00

15 lines
292 B
JSON

{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json",
"packages": [
"tflint@latest",
"tenv@latest",
"just@latest"
],
"env": {
"TFENV_AUTO_INSTALL": "true"
},
"shell": {
"init_hook": [],
"scripts": {}
}
}