Use universally available hostRequirements

This commit is contained in:
Brian McManus 2022-08-08 16:18:07 -06:00 committed by GitHub
parent dbcc38270b
commit e8130fe9bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,8 @@
"onCreateCommand": "bundle install --local",
"postCreateCommand": "",
"hostRequirements": {
"cpus": 8,
"memory": "16gb",
"cpus": 4,
"memory": "8gb",
"storage": "32gb"
},
"codespaces": {