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 48963a1 commit 228797bCopy full SHA for 228797b
.devcontainer/devcontainer.json
@@ -2,7 +2,7 @@
2
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
3
{
4
"name": "Node.js & TypeScript",
5
- "image": "mcr.microsoft.com/devcontainers/typescript-node:3-20",
+ "image": "mcr.microsoft.com/devcontainers/typescript-node:4-20",
6
"forwardPorts": [3000],
7
"postCreateCommand": "npm install",
8
"postStartCommand": "npm run dev"
0 commit comments