We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2c09b3 + 51a0283 commit c059d38Copy full SHA for c059d38
1 file changed
.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