diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 16d6ede..40d79bf 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,5 +8,7 @@ "version": "latest", "nvmVersion": "latest" } - } + }, + "postCreateCommand": "npm install", + "postAttachCommand": "npm run start:cloud" }