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.
1 parent 3b377b6 commit 668ae60Copy full SHA for 668ae60
.devcontainer/devcontainer.json
@@ -1,4 +1,15 @@
1
{
2
+ "hostRequirements": {"cpus": 4},
3
+
4
+ "onCreateCommand": "npm install && npm run build",
5
+ "postCreateCommand": "",
6
7
+ "customizations": {
8
+ "codespaces": {
9
+ "openFiles": ["src/App.js"]
10
+ }
11
+ },
12
13
"postAttachCommand": {
14
"server": "npm start",
15
},
@@ -8,14 +19,5 @@
19
"label": "Application",
20
"onAutoForward": "openPreview"
21
}
- },
-
- "customizations": {
- "codespaces": {
- "openFiles": ["src/App.js"]
16
- }
17
18
- "onCreateCommand": "npm install && npm run build",
- "postCreateCommand": "",
- "hostRequirements": {"cpus": 4}
22
23
0 commit comments