diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7a1308fe..788addbe 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,5 +7,6 @@ "extensions": ["ms-vscode.cpptools"], "settings": { "terminal.integrated.shell.linux": "/bin/bash" - } + }, + "forwardPorts": [3000] }