From 9a399701c7f3b20d9a04d7d3aa53bc77e3865742 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 12:04:51 +0200 Subject: [PATCH] Add appPort configuration to devcontainer.json --- .devcontainer/030 - Windows 10 Pro/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/030 - Windows 10 Pro/devcontainer.json b/.devcontainer/030 - Windows 10 Pro/devcontainer.json index 4a37735..90503fe 100644 --- a/.devcontainer/030 - Windows 10 Pro/devcontainer.json +++ b/.devcontainer/030 - Windows 10 Pro/devcontainer.json @@ -3,7 +3,8 @@ "service": "windows", "containerEnv": { "VERSION": "10" - }, + }, + "appPort": [8006], "portsAttributes": { "8006": { "label": "Web",