fixes from review

This commit is contained in:
Georges-Antoine Assi
2025-08-27 18:19:35 -04:00
parent f8e70fcd44
commit ee2bd57475
3 changed files with 4 additions and 4 deletions

View File

@@ -4,9 +4,9 @@
"service": "romm-dev",
"workspaceFolder": "/app",
"shutdownAction": "stopCompose",
"forwardPorts": [443, 3000, 3306, 5000, 6379],
"forwardPorts": [8443, 3000, 3306, 5000, 6379],
"portsAttributes": {
"443": {
"8443": {
"label": "HTTPS Dev Server",
"onAutoForward": "notify"
},