diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9eb6838..7cd2736 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,11 +8,11 @@ "portsAttributes": { "8006": { "label": "Web", - "onAutoForward": "notify" + "onAutoForward": "openPreview" } }, "otherPortsAttributes": { - "onAutoForward": "ignore" + "onAutoForward": "openPreview" }, "dockerComposeFile": "codespaces.yml", "workspaceFolder": "/workspaces/windows",