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 01178ae commit 1ccec77Copy full SHA for 1ccec77
.devcontainer/devcontainer.json
@@ -5,8 +5,8 @@
5
"onCreateCommand": "npm install && npm run build",
6
"postCreateCommand": "",
7
"hostRequirements": {
8
- "cpus": 8,
9
- "memory": "16gb",
+ "cpus": 4,
+ "memory": "8gb",
10
"storage": "32gb"
11
},
12
"codespaces": {
0 commit comments