We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450ba61 commit 6c00bf3Copy full SHA for 6c00bf3
devbox.json
@@ -1,11 +1,11 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
3
- "packages": [
4
- "yarn-berry@latest",
5
- "nodejs@latest",
6
- "act@latest",
7
- "git@latest"
8
- ],
+ "packages": {
+ "yarn-berry": "latest",
+ "nodejs": "latest",
+ "act": "latest",
+ "git": "latest"
+ },
9
"shell": {
10
"init_hook": [
11
"echo 'Welcome to devbox!' > /dev/null"
0 commit comments