fix: Remove hostRequirements in Codespaces

Removed host requirements for storage.
This commit is contained in:
Kroese 2025-10-17 18:56:38 +02:00 committed by GitHub
parent 6672deb920
commit ebeafcba19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,8 +14,5 @@
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": "codespaces.yml"
}