Skip to content

Commit

Permalink
chore: fix (#17556)
Browse files Browse the repository at this point in the history
  • Loading branch information
premultiply authored Dec 9, 2024
1 parent e839dd7 commit d79f823
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
"moby": true,
"installDockerBuildx": true,
"installDockerComposeSwitch": true,
"version": "latest",
"dockerDashComposeVersion": "v2"
},
"ghcr.io/devcontainers/features/node:1": {
"nodeGypDependencies": true,
"installYarnUsingApt": true,
"version": "latest",
"version": "lts",
"pnpmVersion": "latest",
"nvmVersion": "latest"
},
"ghcr.io/devcontainers/features/go:1": {
"version": "latest"
}
},
"postCreateCommand": "make install-ui && make install",
Expand Down

0 comments on commit d79f823

Please sign in to comment.