Fix devcontainer websocket/port issues, update/add npm scripts

This commit is contained in:
2025-12-03 21:51:21 +00:00
parent 0b88b3d5e5
commit a54c729e46
5 changed files with 123 additions and 4 deletions

View File

@@ -15,7 +15,12 @@
]
},
"forwardPorts": [3000],
"portsAttributes": {
"3000": {
"label": "React Dev Server",
"onAutoForward": "notify"
}
},
"postCreateCommand": "npm install",
"remoteUser": "node"
}