fix: Remove hostRequirements in Codespaces (#353)

This commit is contained in:
Kroese 2025-10-17 18:57:16 +02:00 committed by GitHub
parent 6672deb920
commit 20068d21a3
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"
}