Skip to content

Commit d0a4664

Browse files
authored
Add host requirements
1 parent 8c2f45c commit d0a4664

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"extensions": [
33
"gh-gh-dogfooding.codespaces-zero"
44
],
5+
"hostRequirements": {
6+
"storage": "32gb",
7+
"memory": "8gb"
8+
},
59
"codespaces": {
610
"zero": {
711
"defaultFile": "src/App.js",
@@ -10,4 +14,4 @@
1014
"previewDelay:": 6000
1115
}
1216
}
13-
}
17+
}

0 commit comments

Comments
 (0)