forward UI port in devcontainer

This commit is contained in:
2025-06-03 22:56:48 +02:00
parent f6c7603afa
commit ca486c2bde

View File

@@ -12,5 +12,6 @@
"backend": "IntelliJ" "backend": "IntelliJ"
} }
}, },
"workspaceFolder": "/workspace" "workspaceFolder": "/workspace",
"forwardPorts": [5173]
} }