Update devcontainer.json

This commit is contained in:
Brian McManus 2022-06-15 09:41:11 -06:00 committed by GitHub
parent f0b20a0287
commit efbb335657
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
"gh-gh-dogfooding.codespaces-zero", "gh-gh-dogfooding.codespaces-zero",
"rebornix.Ruby" "rebornix.Ruby"
], ],
"postCreateCommand": "bundle install --local", "onCreateCommand": "bundle install --local",
"codespaces": { "codespaces": {
"zero": { "zero": {
"defaultFile": "config/routes.rb", "defaultFile": "config/routes.rb",