feat: Improve Github Codespaces configuration (#345)

This commit is contained in:
Kroese 2025-10-15 23:45:21 +02:00 committed by GitHub
parent 9c8458d30b
commit 3935b89941
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,21 @@
{
"name": "macos",
"name": "macOS 14",
"service": "macos",
"forwardPorts": [8006],
"containerEnv": {
"VERSION": "14"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": ".github/codespaces.yml"
}