We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b540fbe commit 9db2e2fCopy full SHA for 9db2e2f
.devcontainer/devcontainer.json
@@ -1,5 +1,7 @@
1
{
2
- "postAttachCommand": "npm start",
+ "postAttachCommand": {
3
+ "server": "npm start",
4
+ },
5
6
"portsAttributes": {
7
"3000": {
0 commit comments