{
  "version": "0.0.1",
  "configurations": [
    {
      "name": "cmu-artisan",
      "runtimeExecutable": "php",
      "runtimeArgs": ["artisan", "serve", "--host=127.0.0.1", "--port=8001"],
      "port": 8001
    }
  ]
}
