link-stack/.devcontainer.json

5 lines
96 B
JSON
Raw Normal View History

2023-06-21 06:15:55 +00:00
{
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-20",
"forwardPorts": [3000]
}