8000 Require 4 cores · github/codespaces-react@c14d9bc · GitHub
[go: up one dir, main page]

Skip to content

Commit c14d9bc

Browse files
authored
Require 4 cores
1 parent 9db2e2f commit c14d9bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
}
1717
},
1818
"onCreateCommand": "npm install && npm run build",
19-
"postCreateCommand": ""
19+
"postCreateCommand": "",
20+
"hostRequirements": {"cpus": 4}
2021
}

0 commit comments

Comments
 (0)
0