We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c26894 commit b5ccebdCopy full SHA for b5ccebd
1 file changed
.devcontainer/devcontainer.json
@@ -1,17 +1,4 @@
1
{
2
"onCreateCommand": "npm install && npm run build",
3
- "postCreateCommand": "",
4
- "hostRequirements": {
5
- "cpus": 4,
6
- "memory": "8gb",
7
- "storage": "32gb"
8
- },
9
- "codespaces": {
10
- "zero": {
11
- "defaultFile": "src/App.js",
12
- "startCommand": "npm start",
13
- "previewPort": 3000,
14
- "previewDelay": 7000
15
- }
16
+ "postCreateCommand": ""
17
}
0 commit comments