commit 3fe68b3efb059b5066f9f42c07818ef58c60d11e
Author: uint23 <72694427+uint23@users.noreply.github.com>
AuthorDate: Thu Apr 10 19:58:19 2025 +0100
Commit: GitHub <noreply@github.com>
CommitDate: Thu Apr 10 19:58:19 2025 +0100
Create devcontainer.json
---
.devcontainer/devcontainer.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
new file mode 100644
index 0000000..168f30c
--- /dev/null
+++ b/.devcontainer/devcontainer.json
@@ -0,0 +1,12 @@
+{
+ "image": "mcr.microsoft.com/devcontainers/universal:2",
+ "features": {
+ "ghcr.io/devcontainers/features/desktop-lite:1": {}
+ },
+ "forwardPorts": [6080],
+ "portsAttributes": {
+ "6080": {
+ "label": "desktop"
+ }
+ }
+}