diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 88be3a520..66590a224 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,5 +5,11 @@ "ghcr.io/devcontainers/features/node:1": { "version": "16" } - } + }, + "hostRequirements": { + "cpus": 4, + "memory": "8gb", + "storage": "32gb" + }, + "postCreateCommand": "bash -i -c 'nvm use && npm install'" }