24 lines
451 B
JSON
24 lines
451 B
JSON
{
|
|
"packages": [
|
|
"just@latest",
|
|
"python@3.12",
|
|
"python312Packages.pip@latest",
|
|
"terraform@latest",
|
|
"azure-cli@latest",
|
|
"azure-functions-core-tools@latest"
|
|
],
|
|
"env": {
|
|
"VENV_DIR": ".venv"
|
|
},
|
|
"shell": {
|
|
"init_hook": [
|
|
". $VENV_DIR/bin/activate",
|
|
"echo 'Welcome to devbox!' > /dev/null"
|
|
],
|
|
"scripts": {
|
|
"test": [
|
|
"echo \"Error: no test specified\" && exit 1"
|
|
]
|
|
}
|
|
}
|
|
}
|