We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0549280 commit 871a357Copy full SHA for 871a357
1 file changed
.devcontainer/devcontainer.json
@@ -13,5 +13,8 @@
13
}
14
},
15
"onCreateCommand": "npm install",
16
- "postAttachCommand": "npm run serve"
+ "postAttachCommand": {
17
+ "server": "npm run serve",
18
+ "watcher": "gulp watch"
19
+ }
20
0 commit comments