hypnagaga/.devcontainer/devcontainer.json
2023-04-21 15:35:53 -07:00

5 lines
136 B
JSON

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