Fix devcontainer websocket/port issues, update/add npm scripts
This commit is contained in:
@@ -15,7 +15,12 @@
|
||||
]
|
||||
},
|
||||
"forwardPorts": [3000],
|
||||
"portsAttributes": {
|
||||
"3000": {
|
||||
"label": "React Dev Server",
|
||||
"onAutoForward": "notify"
|
||||
}
|
||||
},
|
||||
"postCreateCommand": "npm install",
|
||||
"remoteUser": "node"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user