Skip to content

Commit 9f2a509

Browse files
chore: increase min cpus for codespaces
1 parent fe91556 commit 9f2a509

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"ghcr.io/devcontainers-contrib/features/nx-npm:1": {},
99
"ghcr.io/devcontainers-contrib/features/pnpm:2": {}
1010
},
11+
"hostRequirements": {
12+
"cpus": 4
13+
},
1114

1215
// Features to add to the dev container. More info: https://containers.dev/features.
1316
// "features": {},

0 commit comments

Comments
 (0)