From 77e6ca0ee547b21edb0ac08fd07dca5f5cb12b34 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:13:28 +0200 Subject: [PATCH] Remove appPort configuration from devcontainer.json --- .devcontainer/devcontainer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7cd2736..793c7d6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,6 @@ "containerEnv": { "VERSION": "11" }, - "appPort": [8006], "portsAttributes": { "8006": { "label": "Web",