From 18267a857537ace7dbaca2b8ea767e208c6a2e80 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:35:05 +0200 Subject: [PATCH] feat: Improve Github Codespaces configuration --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d4e2e6c..98a8797 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,7 @@ { "name": "Virtual DSM", "service": "vdsm", + "forwardPorts": [5000], "portsAttributes": { "5000": { "label": "Web",