hypnagaga/.devcontainer/devcontainer.json

5 lines
No EOL
136 B
JSON

{
"name": "Node.js",
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-16",
"postCreateCommand": "yarn install",
}