{
  "version": "0.0.1",
  "configurations": [
    {
      "name": "cockpit",
      "runtimeExecutable": "python3",
      "runtimeArgs": ["/Users/stevendouglas/BidBrain/serve.py"],
      "port": 8765
    },
    {
      "name": "static-check",
      "runtimeExecutable": "python3",
      "runtimeArgs": ["-m", "http.server", "8771", "--directory", "/Users/stevendouglas/BidBrain"],
      "port": 8771
    }
  ]
}
