Unverified Commit 3935b899 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Improve Github Codespaces configuration (#345)

parent 9c8458d3
Loading
Loading
Loading
Loading
+17 −2
Original line number Diff line number Diff line
{
  "name": "macos",
  "name": "macOS 14",
  "service": "macos",
  "containerEnv": {
    "VERSION": "14"
  },  
  "forwardPorts": [8006],  
  "portsAttributes": {
    "8006": {
      "label": "Web",
      "onAutoForward": "openBrowser"
    }
  },
  "otherPortsAttributes": {
    "onAutoForward": "silent"
  }, 
  "hostRequirements": {
    "storage": "64gb"
  },  
  "dockerComposeFile": ".github/codespaces.yml"
}