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 568ceb8 commit 523e475Copy full SHA for 523e475
.devcontainer/devcontainer.json
@@ -5,12 +5,12 @@
5
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-20",
7
"features": {
8
- "ghcr.io/devcontainers-contrib/features/pnpm:2": {
9
- "version": "10.9.0"
+ "ghcr.io/devcontainers/features/node:1": {
+ "version": "20",
10
+ "nodeGypDependencies": true,
11
+ "pnpmVersion": "10.9.0"
12
}
13
},
- // Features to add to the dev container. More info: https://containers.dev/features.
- // "features": {},
14
// Use 'forwardPorts' to make a list of ports inside the container available locally.
15
// "forwardPorts": [],
16
// Use 'postCreateCommand' to run commands after the container is created.
0 commit comments