Files
node/.devcontainer/devcontainer.json

9 lines
186 B
JSON
Raw Normal View History

2019-04-16 19:41:33 -07:00
{
2019-04-27 08:20:42 -07:00
"name": "Node.js Sample",
"dockerFile": "Dockerfile",
"appPort": 3000,
"extensions": [
"dbaeumer.vscode-eslint"
],
"postCreateCommand": "yarn install"
2019-04-16 19:41:33 -07:00
}