fix(dev): devcontainerのcorepackのバージョンを指定するように (#15415)

This commit is contained in:
Esurio/1673beta
2025-02-08 17:29:51 +09:00
committed by GitHub
parent 54fc232a23
commit 026ec40b3b

View File

@@ -7,7 +7,9 @@
"ghcr.io/devcontainers/features/node:1": {
"version": "22.11.0"
},
"ghcr.io/devcontainers-contrib/features/corepack:1": {}
"ghcr.io/devcontainers-extra/features/corepack:1": {
"version": "0.31.0"
}
},
"forwardPorts": [3000],
"postCreateCommand": "/bin/bash .devcontainer/init.sh",