From 00ba3ba078c4d240a9193a500046467e26aaebf6 Mon Sep 17 00:00:00 2001 From: Josh Abernathy Date: Wed, 7 Sep 2022 15:39:14 -0400 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0cda436..43e904f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,18 +3,5 @@ "rebornix.Ruby" ], "onCreateCommand": "bundle install --local", - "postCreateCommand": "", - "hostRequirements": { - "cpus": 4, - "memory": "8gb", - "storage": "32gb" - }, - "codespaces": { - "zero": { - "defaultFile": "config/routes.rb", - "startCommand": "bin/rails s", - "previewPort": 3000, - "previewDelay": 6000 - } - } + "postCreateCommand": "" }