We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26d15c commit 41c4722Copy full SHA for 41c4722
1 file changed
.devcontainer/devcontainer.json
@@ -15,7 +15,7 @@
15
"onCreateCommand": "npm install",
16
"postAttachCommand": {
17
"server": "npm run serve",
18
- "watcher": "npx run watch"
+ "watcher": "npm run watch"
19
},
20
"hostRequirements": {"cpus": 4}
21
}
0 commit comments