diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5d714b3..2fb1400 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,6 +10,9 @@ // Set *default* container specific settings.json values on container create. //"settings": {}, + // Use 'forwardPorts' to make a list of ports inside the container available locally. + "forwardPorts": [], + // Use 'postCreateCommand' to run commands after the container is created. "postCreateCommand": "yarn install",