This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch codespaces
in repository https://gitbox.apache.org/repos/asf/superset.git

commit d4463078ad570a94129ec60f302dc7a46570c6f7
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Mon Jul 28 16:29:36 2025 -0700

    only 9001
---
 .devcontainer/devcontainer.json | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index b20b65cb67..e022cfbb21 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -22,15 +22,11 @@
   },
 
   // Forward ports for development
-  "forwardPorts": [9001, 8088],
+  "forwardPorts": [9001],
   "portsAttributes": {
     "9001": {
-      "label": "Superset Frontend",
+      "label": "Superset (via Webpack Dev Server)",
       "onAutoForward": "notify"
-    },
-    "8088": {
-      "label": "Superset Backend API",
-      "onAutoForward": "silent"
     }
   },
 

Reply via email to