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.
2 parents c2c09b3 + 51a0283 commit c059d38Copy full SHA for c059d38
.devcontainer/devcontainer.json
@@ -1,18 +1,18 @@
1
{
2
"hostRequirements": {"cpus": 4},
3
-
4
- "onCreat 8000 eCommand": "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