Files
landing/.devcontainer/devcontainer.json
2026-08-18 14:05:11 +07:00

7 lines
154 B
JSON

{
"name": "landing",
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
"postCreateCommand": "npm install",
"forwardPorts": [3000],
}