update devcontainers

This commit is contained in:
2025-06-06 19:25:34 +02:00
parent 2e2c419f0a
commit 2b183a4416
2 changed files with 4 additions and 1 deletions

View File

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

View File

@@ -10,7 +10,9 @@
"GIT_REPO_URL": "https://scm.vilanet.fr/kriss/slot" "GIT_REPO_URL": "https://scm.vilanet.fr/kriss/slot"
}, },
"customizations": { "customizations": {
"jetbrains": {} "jetbrains": {
"backend": "WebStorm"
}
}, },
"forwardPorts": [5173], "forwardPorts": [5173],
"workspaceFolder": "/workspace", "workspaceFolder": "/workspace",