{ "extensions": [ "gh-gh-dogfooding.codespaces-zero", "rebornix.Ruby" ], "onCreateCommand": "bundle install --local", "postCreateCommand": "", "hostRequirements": { "cpus": 8, "memory": "16gb", "storage": "32gb" }, "codespaces": { "zero": { "defaultFile": "config/routes.rb", "startCommand": "bin/rails s", "previewPort": 3000, "previewDelay": 6000 } } }