Add hostRequirements

This commit is contained in:
Brian McManus 2022-06-15 10:16:55 -06:00 committed by GitHub
parent efbb335657
commit 0030ef2d53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,11 @@
"rebornix.Ruby"
],
"onCreateCommand": "bundle install --local",
"hostRequirements": {
"cpus": 8,
"memory": "16gb",
"storage": "32gb"
},
"codespaces": {
"zero": {
"defaultFile": "config/routes.rb",