Files
fetch-metadata/.devcontainer/devcontainer.json
2023-04-17 19:18:43 +00:00

6 lines
129 B
JSON

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