Files
pulumi-incus/devbox.json
2025-04-18 13:26:52 -07:00

23 lines
366 B
JSON

{
"packages": [
"yarn@latest",
"pulumictl@latest",
"go@1.21.",
"nodejs@20.",
"python3@3.11.8",
"dotnet-sdk@8.0.",
"gradle_7@7.6",
"curl@8"
],
"shell": {
"init_hook": [
"export PATH=\"$(pwd)/bin/:$PATH\""
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}