Skip to content

Commit

Permalink
Update devcontainer.json (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 authored Dec 26, 2023
1 parent 9bdf80e commit 7808781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// https://github.com/microsoft/vscode-dev-containers/tree/v0.158.0/containers/typescript-node
{
"name": "Z-Wave JS Server",
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:dev-16",
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:dev-18",
"context": "..",
"postCreateCommand": "npm install",
"forwardPorts": [3000],
Expand Down

0 comments on commit 7808781

Please sign in to comment.