Skip to content

Commit 523e475

Browse files
committed
build: update devcontainer config
1 parent 568ceb8 commit 523e475

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
66
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-20",
77
"features": {
8-
"ghcr.io/devcontainers-contrib/features/pnpm:2": {
9-
"version": "10.9.0"
8+
"ghcr.io/devcontainers/features/node:1": {
9+
"version": "20",
10+
"nodeGypDependencies": true,
11+
"pnpmVersion": "10.9.0"
1012
}
1113
},
12-
// Features to add to the dev container. More info: https://containers.dev/features.
13-
// "features": {},
1414
// Use 'forwardPorts' to make a list of ports inside the container available locally.
1515
// "forwardPorts": [],
1616
// Use 'postCreateCommand' to run commands after the container is created.

0 commit comments

Comments
 (0)