Skip to content

Commit b316f1e

Browse files
authored
Add host requirements
1 parent ec586c9 commit b316f1e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"gh-gh-dogfooding.codespaces-zero"
44
],
55
"onCreateCommand": "npm install && npm run build",
6+
"hostRequirements": {
7+
"cpus": 8,
8+
"memory": "16gb",
9+
"storage": "32gb"
10+
},
611
"codespaces": {
712
"zero": {
813
"defaultFile": "src/App.js",

0 commit comments

Comments
 (0)