8000
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.
updateContentCommand
onCreateCommand
1 parent c2c09b3 commit 51a0283Copy full SHA for 51a0283
.devcontainer/devcontainer.json
@@ -1,18 +1,18 @@
1
{
2
"hostRequirements": {"cpus": 4},
3
-
4
- "onCreateCommand": "npm install && npm run build",
+
+ "waitFor": "onCreateCommand",
5
+ "updateContentCommand": "npm install",
6
"postCreateCommand": "",
7
+ "postAttachCommand": {
8
+ "server": "npm start",
9
+ },
10
11
"customizations": {
12
"codespaces": {
13
"openFiles": ["src/App.js"]
14
}
15
},
- "postAttachCommand": {
- "server": "npm start",
- },
16
17
"portsAttributes": {
18
"3000": {
0 commit comments