feat: Improve Github Codespaces configuration (#346)

This commit is contained in:
Kroese 2025-10-16 00:01:30 +02:00 committed by GitHub
parent 3935b89941
commit e461eba7b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,10 @@
"name": "macOS 14",
"service": "macos",
"containerEnv": {
"VERSION": "14"
"VERSION": "14",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
},
"forwardPorts": [8006],
"portsAttributes": {