Update devcontainer.json

This commit is contained in:
Darren Clarke 2023-06-21 14:43:13 +00:00
parent a53a26f4c0
commit 7ca5f2d45a

4
.devcontainer.json Normal file
View file

@ -0,0 +1,4 @@
{
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-20",
"forwardPorts": [3000]
}