From 7d8cee9cccb9c34ffc72329b0181f47ce08c1dd8 Mon Sep 17 00:00:00 2001 From: Chris Trevino Date: Fri, 3 Dec 2021 19:33:58 +0000 Subject: [PATCH] update codespace --- .devcontainer/devcontainer.json | 3 +++ 1 file changed, 3 insertions(+) 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",