initial commit
This commit is contained in:
22
devbox.json
Normal file
22
devbox.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user